Skip to content

Commit f59f90c

Browse files
committed
Update template outputs
1 parent 6af8e03 commit f59f90c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/patterns/api-patterns/actix-on-lambda/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Outputs:
3030
# ServerlessHttpApi is an implicit API created out of Events key under Serverless::Function
3131
# Find out more about other implicit resources you can reference within SAM
3232
# https://github.com/awslabs/serverless-application-model/blob/master/docs/internals/generated_resources.rst#api
33-
RocketWebApi:
33+
ActixWebApi:
3434
Description: "API Gateway endpoint URL for Prod stage for Hello World function"
3535
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"

templates/patterns/api-patterns/axum-on-lambda/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Outputs:
3030
# ServerlessHttpApi is an implicit API created out of Events key under Serverless::Function
3131
# Find out more about other implicit resources you can reference within SAM
3232
# https://github.com/awslabs/serverless-application-model/blob/master/docs/internals/generated_resources.rst#api
33-
RocketWebApi:
33+
AxumWebApi:
3434
Description: "API Gateway endpoint URL for Prod stage for Hello World function"
3535
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"

templates/patterns/api-patterns/lambda-per-verb/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ Outputs:
8484
# ServerlessHttpApi is an implicit API created out of Events key under Serverless::Function
8585
# Find out more about other implicit resources you can reference within SAM
8686
# https://github.com/awslabs/serverless-application-model/blob/master/docs/internals/generated_resources.rst#api
87-
RocketWebApi:
87+
LambdaWebApi:
8888
Description: "API Gateway endpoint URL for Prod stage for Hello World function"
8989
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"

0 commit comments

Comments
 (0)