Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 636 Bytes

File metadata and controls

4 lines (3 loc) · 636 Bytes
  • 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.
  • AWS SAM templates are an extension of AWS CloudFormation templates, with some additional components that make them easier to work with

AWS SAM