Created
June 21, 2018 06:21
-
-
Save koladilip/eead09619f2225699c37e2f053f150e8 to your computer and use it in GitHub Desktop.
This is the policy used for https://medium.com/tensult/make-a-website-dynamic-using-apis-f5d07def5d77
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "mywebsiteContactUsTableWrite", | |
"Effect": "Allow", | |
"Action": [ | |
"dynamodb:PutItem", | |
"dynamodb:UpdateItem" | |
], | |
"Resource": [ | |
"arn:aws:dynamodb:*:*:table/mywebsite-contact-us" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment