SAM이란?
Lambda·API Gateway·DynamoDB 조합을 간소화된 YAML로 정의.
Resources:
MyApi:
Type: AWS::Serverless::Function
Properties:
Handler: index.handler
Runtime: nodejs22.x
Events:
Api:
Type: HttpApiAWS 서버리스 앱용 IaC. CloudFormation 확장.
Lambda·API Gateway·DynamoDB 조합을 간소화된 YAML로 정의.
Resources:
MyApi:
Type: AWS::Serverless::Function
Properties:
Handler: index.handler
Runtime: nodejs22.x
Events:
Api:
Type: HttpApi