serverless-application-model
The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates int
About this project
AWS SAM transform The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates. To use the SAM transform, add AWS::Serverless-2016-10-31 to the Transform section of your CloudFormation template. Benefits of using the SAM transform include: — Built-in best practices and sane defaults. — Local testing and debugging with the AWS SAM CLI. — Extension of the CloudFormation template syntax. Getting started Save the following as template.yaml: And deploy it with the SAM CLI: The AWS::Serverless::Function resource will create a AWS Lambda function that logs events it receives. Under the…
Technologies
Project health
GitHub
Reviews
Built by
Maintain aws/serverless-application-model? Claiming verifies admin access through your GitHub account and gives you control of this listing.