Slide 12
Slide 12 text
AWS SAM
Serverless application
model
• CloudFormation ベース
• サーバーレス構成でよく使われるサービスを
Cloud Formation より簡単に書ける
– API Gateway, Lambda, DynamoDB
Step Functions, Event Bridge
– 上記以外は Cloud Formation 形式で記述
$ sam build
$ cdk synth
Cloud Formation
template.yaml