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 7dd34cc commit d7c55fbCopy full SHA for d7c55fb
apigw-rest-api-lambda-node/template.yaml
@@ -2,7 +2,7 @@ AWSTemplateFormatVersion: '2010-09-09'
2
Transform: AWS::Serverless-2016-10-31
3
Description: |
4
REST API Lambda Hello World
5
- Sample SAM Template for REST API Lambda Hello World
+ Sample SAM Template for REST API Lambda Hello World (uksb-1tthgi812) (tag:apigw-rest-api-lambda-node)
6
7
# More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst
8
Globals:
@@ -37,4 +37,4 @@ Outputs:
37
Value: !GetAtt HelloWorldFunction.Arn
38
HelloWorldFunctionIamRole:
39
Description: Implicit IAM Role created for Hello World function
40
- Value: !GetAtt HelloWorldFunctionRole.Arn
+ Value: !GetAtt HelloWorldFunctionRole.Arn
0 commit comments