We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee825a8 commit ebeae8cCopy full SHA for ebeae8c
layer/layer/canary_stack.py
@@ -37,10 +37,6 @@ def __init__(
37
ManagedPolicy.from_aws_managed_policy_name("service-role/AWSLambdaBasicExecutionRole")
38
)
39
40
- execution_role.add_to_policy(
41
- PolicyStatement(effect=Effect.ALLOW, actions=["lambda:GetFunction"], resources=["*"])
42
- )
43
-
44
canary_lambda = Function(
45
self,
46
"CanaryLambdaFunction",
0 commit comments