Skip to content

Commit

Permalink
docs(lambda): add GetFunction permission
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Apr 7, 2023
1 parent ce6f3bc commit 558b7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Add the following AWS policy if you want to integrate with CI/CD tools like Jenk
"iam:ListRoles",
"lambda:UpdateFunctionCode",
"lambda:CreateFunction",
"lambda:GetFunction",
"lambda:GetFunctionConfiguration",
"lambda:UpdateFunctionConfiguration"
],
Expand Down

0 comments on commit 558b7d0

Please sign in to comment.