2 parents c9932d8 + 199c6d8 commit d82faebCopy full SHA for d82faeb
1 file changed
test-devolv-policy.json
@@ -19,6 +19,12 @@
19
"Action": "ec2:StopInstances",
20
"Resource": "arn:aws:ec2:us-east-1:123456789012:instance/*"
21
},
22
+ {
23
+ "Sid": "DynamoPut",
24
+ "Effect": "Allow",
25
+ "Action": "dynamodb:PutItem",
26
+ "Resource": "arn:aws:dynamodb:us-east-1:123456789012:table/ExampleTable"
27
+ },
28
{
29
"Sid": "CloudWatchPut",
30
"Effect": "Allow",
0 commit comments