nicholasjhenry / technology-radar

My opinionated guide to technology
http://thght.works/3er4yux
1 stars 0 forks source link

AWS Serverless Application Model (SAM) #52

Open nicholasjhenry opened 4 years ago

nicholasjhenry commented 4 years ago

The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. It provides shorthand syntax to express functions, APIs, databases, and event source mappings. With just a few lines per resource, you can define the application you want and model it using YAML. During deployment, SAM transforms and expands the SAM syntax into AWS CloudFormation syntax, enabling you to build serverless applications faster.

https://aws.amazon.com/serverless/sam/

LInks