We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000cd74 commit 797f89cCopy full SHA for 797f89c
template.yml
@@ -131,7 +131,6 @@ Resources:
131
Statement:
132
- Effect: Allow
133
Action:
134
- - lambda:GetAlias
135
- lambda:GetFunctionConfiguration
136
Resource: !Ref lambdaResource
137
publisher:
terraform/module/json_files/initializer.json
@@ -4,7 +4,6 @@
4
{
5
"Effect": "Allow",
6
"Action": [
7
- "lambda:GetAlias",
8
"lambda:GetFunctionConfiguration"
9
],
10
"Resource": "arn:aws:lambda:*:${account_id}:function:*"
0 commit comments