Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save percybolmer/71a020773dbcf350ce076b1fa93a170c to your computer and use it in GitHub Desktop.
Save percybolmer/71a020773dbcf350ce076b1fa93a170c to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"dynamodb:PutItem",
"dynamodb:DeleteItem",
"dynamodb:GetItem",
"dynamodb:Scan",
"dynamodb:Query",
"dynamodb:UpdateItem"
],
"Resource": "arn:aws:dynamodb:eu-north-1:382442301643:table/Users"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment