Skip to content

Instantly share code, notes, and snippets.

@Shogan
Created May 25, 2015 01:56
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Shogan/e6eb8222859ccbff9769 to your computer and use it in GitHub Desktop.
CharacterCreatorAWSRolePolicy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1432372934255",
"Action": [
"dynamodb:DeleteItem",
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:Scan",
"dynamodb:Query",
"dynamodb:UpdateItem",
"dynamodb:BatchWriteItem",
"dynamodb:ListTables",
"dynamodb:DescribeTable"
],
"Effect": "Allow",
"Resource": "arn:aws:dynamodb:youruniquedetailsgohere:table/CharacterCreator"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment