- SAM = Serverless Application Model

- Framework for developing and deploying serverless applications

- All the configuration is YAML code

  1) Lambda Functions

  2) DynamoDB tables

  3) API Gateway

  4) Cognito User Pools

- SAM can help you to run Lambda, API Gateway, DynamoDB locally

- SAM can use CodeDeploy to deploy Lambda functions

반응형

'infra & cloud > AWS' 카테고리의 다른 글

[AWS] 17-2. Serverless Website : MyBlog.com  (0) 2021.09.17
[AWS] 17-1. Serverless Solution Architecture Discussions  (0) 2021.09.17
[AWS] 16-1. AWS Cognito  (0) 2021.09.12
[AWS] 16. API Gateway : Securty  (0) 2021.09.06
[AWS] 15. DynamoDB  (0) 2021.09.06

+ Recent posts