Skip to content

Commit

Permalink
chore: Fix hardcoded endpoint domain in test template (#3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
samson-keung authored Oct 15, 2024
1 parent 8de1ca9 commit c029c63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Resources:

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

0 comments on commit c029c63

Please sign in to comment.