SAM = Serverless Application Model
Framework for developing and deploying serverless
applications
All the configuration is YAML code
Generate complex CloudFormation from simple SAM YAML file
Supports anything from CloudFormation: Outputs, Mappings, Parameters, Resources…
SAM can use CodeDeploy to deploy Lambda functions
SAM can help you to run Lambda, API Gateway, DynamoDB locally