Audience
Anyone requiring a solution to simplify and improve the experience of building and running serverless applications on AWS
About AWS Serverless Application Model
AWS Serverless Application Model (AWS SAM) consists of two parts: AWS SAM templates and the AWS Serverless Application Model Command Line Interface (AWS SAM CLI). AWS SAM templates provide a short-hand syntax, optimized for defining Infrastructure as Code (IaC) for serverless applications. An extension of AWS CloudFormation, you deploy AWS SAM templates directly to CloudFormation, benefiting from its extensive IaC support on AWS. The AWS SAM CLI is a developer tool that puts AWS SAM features at your fingertips. Use it to quickly create, develop, and deploy serverless applications. Some of the many features of AWS SAM include AWS Serverless Application Model Accelerate (AWS SAM Accelerate), which speeds up local development and cloud testing, and AWS SAM CLI integrations, extending AWS SAM to other tools such as the AWS Cloud Development Kit (AWS CDK) and Terraform. Streamline your serverless development cycle, quickly and efficiently taking an idea to production.