diff --git a/test/__snapshots__/decidim-cfj-cdk.test.ts.snap b/test/__snapshots__/decidim-cfj-cdk.test.ts.snap index 252cbdc..f22f542 100644 --- a/test/__snapshots__/decidim-cfj-cdk.test.ts.snap +++ b/test/__snapshots__/decidim-cfj-cdk.test.ts.snap @@ -340,7 +340,7 @@ exports[`DecidimStack Created 1`] = ` "S3Bucket": "cdk-hnb659fds-assets-887442827229-ap-northeast-1", "S3Key": "HASH-REPLACED.zip", }, - "Handler": "main", + "Handler": "bootstrap", "MemorySize": 512, "Role": { "Fn::GetAtt": [ @@ -348,7 +348,7 @@ exports[`DecidimStack Created 1`] = ` "Arn", ], }, - "Runtime": "go1.x", + "Runtime": "provided.al2023", "Timeout": 900, }, "Type": "AWS::Lambda::Function", @@ -1599,6 +1599,26 @@ exports[`DecidimStack Created 1`] = ` "Ref": "decidimTaskDefinition2308FB5B", }, }, + { + "Action": "ecs:TagResource", + "Effect": "Allow", + "Resource": { + "Fn::Join": [ + "", + [ + "arn:", + { + "Ref": "AWS::Partition", + }, + ":ecs:ap-northeast-1:*:task/", + { + "Ref": "DecidimCluster7E0E2A4C", + }, + "/*", + ], + ], + }, + }, { "Action": "iam:PassRole", "Effect": "Allow",