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 fb615e1 commit 8915a62Copy full SHA for 8915a62
cloudformation/main.yml
@@ -709,8 +709,8 @@ Resources:
709
S3OriginConfig:
710
OriginAccessIdentity: !Sub "origin-access-identity/cloudfront/${CloudFrontOriginAccessIdentity}"
711
- Id: ApiGatewayOrigin
712
- DomainName: !GetAtt AppLambdaUrl.FunctionUrl
713
- OriginPath: "/"
+ DomainName: !Sub "${AppApiGateway}.execute-api.${AWS::Region}.amazonaws.com"
+ OriginPath: "/default"
714
CustomOriginConfig:
715
HTTPPort: 80
716
HTTPSPort: 443
0 commit comments