管理・可観測性
AWS Serverless Application Model
- 時間課金されない
- GB課金されない
- 個数課金されない
ひとことで言うと
Open source tooling with nothing to meter.
このサービス自体はメーターを回さない。下の「見落とすところ」に、どこに金が移るかを書いてある。
見落とすところ
SAM has no Price List entry at all. It compiles down to CloudFormation, so cost comes from the Lambda functions, API Gateway APIs and S3 deployment buckets in the template, plus log groups with no retention.
同じ回り方をするサービス
回るメーターが完全に同じなので、ここで理解したことがそのまま使える。