We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e4d99 commit 5c7009cCopy full SHA for 5c7009c
infrastructure/infrastructure.go
@@ -202,13 +202,22 @@ func (infra *Infrastructure) createIAMLambdaRolePolicy(roleName string) error {
202
PolicyDocument: aws.String(`{
203
"Version": "2012-10-17",
204
"Statement": [
205
- {
206
- "Action": [
207
- "sqs:SendMessage"
208
- ],
209
- "Effect": "Allow",
210
- "Resource": "arn:aws:sqs:*:*:goad-*"
211
- },
+ {
+ "Action": [
+ "sqs:SendMessage"
+ ],
+ "Effect": "Allow",
+ "Resource": "arn:aws:sqs:*:*:goad-*"
+ },
212
213
214
215
+ "lambda:Invoke*"
216
217
+ "Resource": [
218
+ "arn:aws:lambda:*:*:goad:*"
219
+ ]
220
221
{
222
"Action": [
223
"logs:CreateLogGroup",
0 commit comments