We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061a8b1 commit e0ac910Copy full SHA for e0ac910
cloudformation/main.yml
@@ -160,6 +160,7 @@ Resources:
160
GWApiId: !Ref AppApiGateway
161
GWHostedZoneId:
162
!FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
163
+ CloudfrontDomain: !GetAtt [AppFrontendCloudfrontDistribution, DomainName]
164
165
AppApiLambdaFunction:
166
Type: AWS::Serverless::Function
0 commit comments