Skip to content

Commit c029c63

Browse files
authored
chore: Fix hardcoded endpoint domain in test template (#3663)
1 parent 8de1ca9 commit c029c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/resources/templates/single/basic_api_with_mode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Resources:
3131

3232
Outputs:
3333
ApiEndpoint:
34-
Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.amazonaws.com/MyNewStageName"
34+
Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/MyNewStageName"
3535
Metadata:
3636
SamTransformTest: true

0 commit comments

Comments
 (0)