File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Resources :
2+ FrontEndURLDevSSMParameter :
3+ Type : AWS::SSM::Parameter
4+ Properties :
5+ Name : /techtix/frontend-url-dev
6+ Type : String
7+ Value : https://dev.nonprod.techtix.com
8+ FrontEndURLProdSSMParameter :
9+ Type : AWS::SSM::Parameter
10+ Properties :
11+ Name : /techtix/frontend-url-prod
12+ Type : String
13+ Value : https://www.techtix.com
Original file line number Diff line number Diff line change @@ -100,6 +100,21 @@ resources:
100100 - logs:DescribeLogStreams
101101 - logs:PutLogEvents
102102 Resource : " *"
103+ EventServiceApiEndpointParameter :
104+ Type : AWS::SSM::Parameter
105+ Properties :
106+ Name : /techtix/events-api-url-${self:custom.stage}
107+ Type : String
108+ Value :
109+ Fn::Join :
110+ - " "
111+ - - "https://"
112+ - Ref : ApiGatewayRestApi
113+ - " .execute-api."
114+ - ${self:provider.region}
115+ - " .amazonaws.com/"
116+ - ${self:custom.stage}
117+
103118 Outputs :
104119 ApiGatewayCloudWatchRoleArn :
105120 Value : !GetAtt ApiGatewayCloudWatchRole.Arn
You can’t perform that action at this time.
0 commit comments