Skip to content

Commit 7392dd4

Browse files
authored
Merge pull request #48 from vvangestel/feature/lambda-list-tags-policy
Reading tags via GetFunction will require ListTags permission from 11/11/2024
2 parents 1a86c0c + 71d7c10 commit 7392dd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/authorizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@
323323
"Effect": "Allow",
324324
"Action": [
325325
"lambda:GetFunction",
326+
"lambda:ListTags",
326327
],
327328
"Resource": "*",
328329
},

0 commit comments

Comments
 (0)