AWS SAM
Serverless Application Model - SAM
- open-source framework for building serverless appliations
- AWS SAM template specification
- extenstion of CloudFormation
- transform, globals & resources (CFN & SAM)
- SAM CLI
- locally build SAM apps
- local testing
- deploy to AWS
Notes
- SES begins with sandbox mode
- in sandbox will require whitelisting email addresses
- either verify with individual email
- or remove it from sandbox (takes longer)