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 f2ad736 commit 9a3db2bCopy full SHA for 9a3db2b
src/cli/providers/cloudFormation/context/resources.ts
@@ -225,7 +225,11 @@ export const dynamoPolicy = async (context) => {
225
"dynamodb:GetItem",
226
"dynamodb:PutItem",
227
"dynamodb:UpdateItem",
228
- "dynamodb:DeleteItem"
+ "dynamodb:DeleteItem",
229
+ "dynamodb:DescribeStream",
230
+ "dynamodb:GetRecords",
231
+ "dynamodb:GetShardIterator",
232
+ "dynamodb:ListStreams"
233
],
234
"Resource": [
235
...usedTableConfigs.map(t => {
0 commit comments