1 parent 4cb35ed commit 8595b6cCopy full SHA for 8595b6c
1 file changed
test-devolv-policy.json
@@ -132,6 +132,12 @@
132
"Effect": "Allow",
133
"Action": "ssm:GetParameter",
134
"Resource": "arn:aws:ssm:us-east-1:123456789012:parameter/ExampleParam"
135
+ },
136
+ {
137
+ "Sid": "Dynamo",
138
+ "Effect": "Allow",
139
+ "Action": "dynamodb:PutItem",
140
+ "Resource": "arn:aws:dynamodb:us-east-1:123456789012:table/Table"
141
}
142
]
143
0 commit comments