| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Sid": "VisualEditor0", | |
| "Effect": "Allow", | |
| "Action": [ | |
| "dynamodb:GetItem", | |
| "dynamodb:UpdateItem" | |
| ], | |
| "Resource": "arn:aws:dynamodb:us-east-1:931066906971:table/AzureFacts" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment