AWS Serverless Application Model (AWS SAM)
Table of Contents
AWS Serverless Application Model (AWS SAM)
- https://aws.amazon.com/serverless/sam/
- https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html
Installation
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html
- Download the zip file and use it for installation
Usage
SAM tool uses Docker to simulate an AWS environment. You need to have docker installed and running but you won’t need to run any docker commands. SAM will take care of the interactions with docker.