Skip to content

Instantly share code, notes, and snippets.

@koladilip
Created June 21, 2018 06:21
Show Gist options
  • Save koladilip/eead09619f2225699c37e2f053f150e8 to your computer and use it in GitHub Desktop.
Save koladilip/eead09619f2225699c37e2f053f150e8 to your computer and use it in GitHub Desktop.
{
"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