Skip to content

Commit f517c23

Browse files
committed
fix domain name association
1 parent a41aecc commit f517c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Resources:
143143
GWApiId: !Ref AppApiGateway
144144
GWHostedZoneId:
145145
!FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
146-
CloudfrontDomain: !GetAtt [AppIcalCloudfrontDistribution, DomainName]
146+
CloudfrontDomain: !GetAtt [AppLinkryCloudfrontDistribution, DomainName]
147147

148148
CoreUrlProd:
149149
Type: AWS::Serverless::Application

0 commit comments

Comments
 (0)