AWS Serverless Application Model (AWS SAM)

AWS Serverless Application Model (AWS SAM)

  1. https://aws.amazon.com/serverless/sam/
  2. 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

  1. 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.