AWS Serverless Application Model (SAM)
Jon Bonso2025-11-26T12:17:38+00:00Bookmarks When to Use SAM Overview of Syntax Commonly Used SAM CLI Commands Controlling Access to APIs AWS Serverless Application Model (SAM) Cheat Sheet AWS Serverless Application Model (AWS SAM) is an open-source framework for building serverless applications. It provides a shorthand syntax to express functions, APIs, databases, and event source mappings. It is an extension of AWS CloudFormation, meaning any resource declared in a SAM template is transformed into standard CloudFormation resources during deployment. You create a JSON or YAML configuration template to model your applications. During deployment, SAM transforms and expands [...]
