Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created July 22, 2018 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/846835aa341783ca816d0c88771bcb71 to your computer and use it in GitHub Desktop.
Save garystafford/846835aa341783ca816d0c88771bcb71 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment