Skip to content

Commit 63280e5

Browse files
author
Connor Robertson
authored
fix: cors integ test (#3024)
1 parent 7ae661a commit 63280e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/resources/templates/combination/api_with_cors_and_apikey.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ Resources:
8282
Outputs:
8383
ApiUrl:
8484
Description: URL of your API endpoint
85-
Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.amazonaws.com/dev/"
85+
Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev/"
8686
Metadata:
8787
SamTransformTest: true

0 commit comments

Comments
 (0)