-
-
Save icemancast/1cdc9146cc6623ee4cd5c6eb7e8aca75 to your computer and use it in GitHub Desktop.
Policy for serverless bbq lab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "Stmt1476979875000", | |
"Effect": "Allow", | |
"Action": [ | |
"dynamodb:GetItem", | |
"dynamodb:Query", | |
"dynamodb:Scan", | |
"dynamodb:PutItem" | |
], | |
"Resource": [ | |
"arn:aws:dynamodb:*:*:table/bbq_*" | |
] | |
}, | |
{ | |
"Sid": "Stmt1476979947000", | |
"Effect": "Allow", | |
"Action": [ | |
"logs:*" | |
], | |
"Resource": [ | |
"*" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment