Skip to content

Instantly share code, notes, and snippets.

@taiko19xx
Created June 8, 2017 13:42
Show Gist options
  • Save taiko19xx/58e62a2c8530f0fcff951ce669860da4 to your computer and use it in GitHub Desktop.
Save taiko19xx/58e62a2c8530f0fcff951ce669860da4 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmtxxxxxxxx",
"Effect": "Allow",
"Action": [
"dynamodb:PutItem",
"dynamodb:Scan"
],
"Resource": [
"arn:aws:dynamodb:ap-northeast-1:データ蓄積のテーブル",
"arn:aws:dynamodb:ap-northeast-1:セッションID一覧のテーブル"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment