sam Command Examples

AWS Serverless Application Model (SAM) CLI. More information: https://github.com/awslabs/aws-sam-cli.

sam init

sam init --runtime {{python3.7}}

sam package

sam build

sam local start-api

sam deploy