Skip to content

Commit 9aef776

Browse files
committed
make the API a regional endpoint so that there aren't two cloudfront distributions
1 parent 449fa97 commit 9aef776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudformation/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ Resources:
398398
HostedZoneId:
399399
!FindInMap [ApiGwConfig, !Ref RunEnvironment, HostedZoneId]
400400
StageName: default
401+
EndpointConfiguration:
402+
Type: REGIONAL
401403
Cors:
402404
AllowHeaders: "'Content-Type,Authorization,X-Amz-Date'"
403405
AllowOrigin: "'*'"

0 commit comments

Comments
 (0)