File tree 3 files changed +3
-3
lines changed
templates/patterns/api-patterns
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ Outputs:
30
30
# ServerlessHttpApi is an implicit API created out of Events key under Serverless::Function
31
31
# Find out more about other implicit resources you can reference within SAM
32
32
# https://github.com/awslabs/serverless-application-model/blob/master/docs/internals/generated_resources.rst#api
33
- RocketWebApi :
33
+ ActixWebApi :
34
34
Description : " API Gateway endpoint URL for Prod stage for Hello World function"
35
35
Value : !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ Outputs:
30
30
# ServerlessHttpApi is an implicit API created out of Events key under Serverless::Function
31
31
# Find out more about other implicit resources you can reference within SAM
32
32
# https://github.com/awslabs/serverless-application-model/blob/master/docs/internals/generated_resources.rst#api
33
- RocketWebApi :
33
+ AxumWebApi :
34
34
Description : " API Gateway endpoint URL for Prod stage for Hello World function"
35
35
Value : !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"
Original file line number Diff line number Diff line change @@ -84,6 +84,6 @@ Outputs:
84
84
# ServerlessHttpApi is an implicit API created out of Events key under Serverless::Function
85
85
# Find out more about other implicit resources you can reference within SAM
86
86
# https://github.com/awslabs/serverless-application-model/blob/master/docs/internals/generated_resources.rst#api
87
- RocketWebApi :
87
+ LambdaWebApi :
88
88
Description : " API Gateway endpoint URL for Prod stage for Hello World function"
89
89
Value : !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"
You can’t perform that action at this time.
0 commit comments