Skip to content

Commit 81cc567

Browse files
authored
Update Axum https example (#186)
* Add rust axum https example * Update SAM template
1 parent 351e612 commit 81cc567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rust-axum-https-zip/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Resources:
4646
Outputs:
4747
AxumHttpApi:
4848
Description: "API Gateway Http API endpoint URL for default stage for Axum function"
49-
Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"
49+
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"

0 commit comments

Comments
 (0)