File tree 2 files changed +16
-2
lines changed
packages/pulumi-aws/src/apps/core 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,14 @@ function getDynamoDbToElasticLambdaPolicy(
296
296
"es:ESHttpDelete" ,
297
297
"es:ESHttpPatch" ,
298
298
"es:ESHttpPost" ,
299
- "es:ESHttpPut"
299
+ "es:ESHttpPut" ,
300
+ "dynamodb:BatchGetItem" ,
301
+ "dynamodb:BatchWriteItem" ,
302
+ "dynamodb:PutItem" ,
303
+ "dynamodb:GetItem" ,
304
+ "dynamodb:DeleteItem" ,
305
+ "dynamodb:Query" ,
306
+ "dynamodb:UpdateItem"
300
307
] ,
301
308
Resource : [
302
309
pulumi . interpolate `${ domain . arn } ` ,
Original file line number Diff line number Diff line change @@ -309,7 +309,14 @@ function getDynamoDbToElasticLambdaPolicy(
309
309
"es:ESHttpDelete" ,
310
310
"es:ESHttpPatch" ,
311
311
"es:ESHttpPost" ,
312
- "es:ESHttpPut"
312
+ "es:ESHttpPut" ,
313
+ "dynamodb:BatchGetItem" ,
314
+ "dynamodb:BatchWriteItem" ,
315
+ "dynamodb:PutItem" ,
316
+ "dynamodb:GetItem" ,
317
+ "dynamodb:DeleteItem" ,
318
+ "dynamodb:Query" ,
319
+ "dynamodb:UpdateItem"
313
320
] ,
314
321
Resource : [
315
322
pulumi . interpolate `${ domain . arn } ` ,
You can’t perform that action at this time.
0 commit comments