AWS SAM (Serverless Application Model)

  • The AWS Serverless Application Model (AWS SAM) is an open-source framework that you can use to build serverless applications on AWS.

  • A serverless application is a combination of Lambda functions, event sources, and other resources that work together to perform tasks.

  • You can use AWS SAM to define your serverless applications.

Last updated