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 8de1ca9 commit c029c63Copy full SHA for c029c63
integration/resources/templates/single/basic_api_with_mode.yaml
@@ -31,6 +31,6 @@ Resources:
31
32
Outputs:
33
ApiEndpoint:
34
- Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.amazonaws.com/MyNewStageName"
+ Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/MyNewStageName"
35
Metadata:
36
SamTransformTest: true
0 commit comments