API
DynamoDBテーブル
Lambda関数
Elasticache
…を使用している場合、Elasticache以外はSAMで管理し、ElasticacheはCFnで管理するのがよい(…のだと思う)
参考
- AWS Lambda と Amazon API Gateway で安全なデプロイを行うためのベストプラクティス
- https://dev.classmethod.jp/cloud/aws/aws-summit-berlin-deploy-bp/
- AWS公式
- https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/transform-section-structure.html
- https://docs.aws.amazon.com/ja_jp/lambda/latest/dg/kinesis-tutorial-spec.html
- AWS SAM 構文を利用した CloudFormation による Lambda と API Gateway の作成
- https://recipe.kc-cloud.jp/archives/13383