Skip to content

Commit 8915a62

Browse files
committed
just make the url
1 parent fb615e1 commit 8915a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudformation/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,8 @@ Resources:
709709
S3OriginConfig:
710710
OriginAccessIdentity: !Sub "origin-access-identity/cloudfront/${CloudFrontOriginAccessIdentity}"
711711
- Id: ApiGatewayOrigin
712-
DomainName: !GetAtt AppLambdaUrl.FunctionUrl
713-
OriginPath: "/"
712+
DomainName: !Sub "${AppApiGateway}.execute-api.${AWS::Region}.amazonaws.com"
713+
OriginPath: "/default"
714714
CustomOriginConfig:
715715
HTTPPort: 80
716716
HTTPSPort: 443

0 commit comments

Comments
 (0)