Skip to content

Commit 961ae1f

Browse files
authored
Merge pull request #1233 from buildkite/pdp-1821-add-lambdaupdatefunctioncode-to-service-role
Add `lambda:UpdateFunctionCode` to service role
2 parents ee348e4 + 5a28c09 commit 961ae1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/service-role.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ Resources:
182182
"lambda:DeleteFunction",
183183
"lambda:InvokeFunction",
184184
"lambda:TagResource",
185-
"lambda:UpdateFunctionConfiguration"
185+
"lambda:UpdateFunctionConfiguration",
186+
"lambda:UpdateFunctionCode"
186187
],
187188
"Resource": "arn:aws:lambda:*:*:function:*"
188189
},

0 commit comments

Comments
 (0)