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 7ae661a commit 63280e5Copy full SHA for 63280e5
integration/resources/templates/combination/api_with_cors_and_apikey.yaml
@@ -82,6 +82,6 @@ Resources:
82
Outputs:
83
ApiUrl:
84
Description: URL of your API endpoint
85
- Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.amazonaws.com/dev/"
+ Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev/"
86
Metadata:
87
SamTransformTest: true
0 commit comments