SAM

Introduction

  • Open-source Severless Application Model for building serverless applications on AWS

  • Configuration in YAML

    • Lambda (AWS::Serverless::Function)

    • DynamoDB tables (AWS::Serverless::SiepleTable)

    • API Gateway (AWS::Serverless::API)

    • Cognito User Pools

  • SAM can help you to build, test Lambda, API Gateway, DynamoDB locally

  • SAM can use CodeDeploy to deploy Lambda fuctions (traffic shifting with Lambda Alias)

  • An extension of CloudFormation

CICD Architecture for SAM

CICD Architecture for SAM

Last updated

Was this helpful?