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 a41aecc commit f517c23Copy full SHA for f517c23
cloudformation/main.yml
@@ -143,7 +143,7 @@ Resources:
143
GWApiId: !Ref AppApiGateway
144
GWHostedZoneId:
145
!FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
146
- CloudfrontDomain: !GetAtt [AppIcalCloudfrontDistribution, DomainName]
+ CloudfrontDomain: !GetAtt [AppLinkryCloudfrontDistribution, DomainName]
147
148
CoreUrlProd:
149
Type: AWS::Serverless::Application
0 commit comments