CloudFormation
今日学んだことを雑多に書く。 route53:GetHostedZoneのPermissionエラーでCloudFormationスタックのデプロイに失敗する AccessDenied. User doesn't have permission to call route53:GetHostedZone. Rollback requested by user. テンプレートのパラメータ…
今日学んだことを雑多に書く。 CloudFormationパラメータのTips デフォルト値。 Parameters: StateMachineArn: Type: String Description: ARN of the Step Functions state machine to start. Default: arn:aws:states:ap-northeast-1:123456789:stateMachi…
今日学んだことを雑多に書く。 Lambda関数をCloudFormationでデプロイする Lambda 関数を CloudFormation でデプロイしたい。 2026-06-02のTIL で作成した関数をデプロイするテンプレートはこちら。 AWSTemplateFormatVersion: '2010-09-09' Description: De…