Skip to content

Instantly share code, notes, and snippets.

@jeremykarn
Created March 13, 2014 20:34
Show Gist options
  • Save jeremykarn/9536431 to your computer and use it in GitHub Desktop.
Save jeremykarn/9536431 to your computer and use it in GitHub Desktop.
dynamo iam policy
{
"Statement": [
{
"Effect":"Allow",
"Action":"dynamodb:*",
"Resource":"*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment