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 351e612 commit 81cc567Copy full SHA for 81cc567
examples/rust-axum-https-zip/template.yaml
@@ -46,4 +46,4 @@ Resources:
46
Outputs:
47
AxumHttpApi:
48
Description: "API Gateway Http API endpoint URL for default stage for Axum function"
49
- Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"
+ Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"
0 commit comments