Skip to content

Commit a985dec

Browse files
committed
Add a missing permission in the service role
1 parent 67d69de commit a985dec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/service-role.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ Resources:
180180
"lambda:AddPermission",
181181
"lambda:RemovePermission",
182182
"lambda:DeleteFunction",
183-
"lambda:InvokeFunction"
183+
"lambda:InvokeFunction",
184+
"lambda:TagResource"
184185
],
185186
"Resource": "arn:aws:lambda:*:*:function:*"
186187
},
@@ -304,4 +305,4 @@ Resources:
304305
"Resource": "arn:aws:events:*:*:rule/*"
305306
}
306307
]
307-
}
308+
}

0 commit comments

Comments
 (0)