diff --git a/package-lock.json b/package-lock.json index 11021599..a85338f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/node": "22.13.1", "@typescript-eslint/eslint-plugin": "8.23.0", "@typescript-eslint/parser": "8.23.0", - "aws-cdk-lib": "2.178.0", + "aws-cdk-lib": "2.178.1", "constructs": "10.4.2", "eslint": "9.19.0", "eslint-config-prettier": "10.0.1", @@ -3309,9 +3309,9 @@ } }, "node_modules/aws-cdk-lib": { - "version": "2.178.0", - "resolved": "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.178.0.tgz", - "integrity": "sha512-rk0nmSa6uO1k15wH/je3yHup+oW5p0MMPGL9edSf4IG8YZbwAOrFYcQ6CtXieW2ags2JLtUThbqIxOIQWWQaaw==", + "version": "2.178.1", + "resolved": "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.178.1.tgz", + "integrity": "sha512-Sl6/posIlvfoD3ILHlABaCVw2C84jbhlQ+mA8J3DEFbN2RvrPkG4dz4HQfC5IiXQJigu39kmj73JPQCnSKl2iA==", "bundleDependencies": [ "@balena/dockerignore", "case", diff --git a/package.json b/package.json index f0be64ce..4898c714 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/node": "22.13.1", "@typescript-eslint/eslint-plugin": "8.23.0", "@typescript-eslint/parser": "8.23.0", - "aws-cdk-lib": "2.178.0", + "aws-cdk-lib": "2.178.1", "constructs": "10.4.2", "eslint": "9.19.0", "eslint-config-prettier": "10.0.1", diff --git a/src/__snapshots__/index.test.ts.snap b/src/__snapshots__/index.test.ts.snap index 1968ef8c..0d14a693 100644 --- a/src/__snapshots__/index.test.ts.snap +++ b/src/__snapshots__/index.test.ts.snap @@ -156,6 +156,16 @@ exports[`WebappDeploy 1`] = ` }, ], }, + { + "Action": "lambda:GetFunction", + "Effect": "Allow", + "Resource": { + "Fn::GetAtt": [ + "WebappDeployWebappDeployResource568A3E18", + "Arn", + ], + }, + }, ], "Version": "2012-10-17", }, @@ -441,6 +451,16 @@ exports[`WebappDeploy with source 1`] = ` }, ], }, + { + "Action": "lambda:GetFunction", + "Effect": "Allow", + "Resource": { + "Fn::GetAtt": [ + "WebappDeployWebappDeployResource568A3E18", + "Arn", + ], + }, + }, ], "Version": "2012-10-17", },