Skip to content

Commit d82faeb

Browse files
authored
Merge pull request #37 from devolvdev/drift-sync-devolvtestpolicyhuge-20250706-081623
Update ./test-devolv-policy.json from AWS policy
2 parents c9932d8 + 199c6d8 commit d82faeb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test-devolv-policy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
"Action": "ec2:StopInstances",
2020
"Resource": "arn:aws:ec2:us-east-1:123456789012:instance/*"
2121
},
22+
{
23+
"Sid": "DynamoPut",
24+
"Effect": "Allow",
25+
"Action": "dynamodb:PutItem",
26+
"Resource": "arn:aws:dynamodb:us-east-1:123456789012:table/ExampleTable"
27+
},
2228
{
2329
"Sid": "CloudWatchPut",
2430
"Effect": "Allow",

0 commit comments

Comments
 (0)