Skip to content

Instantly share code, notes, and snippets.

@siakon89
Created December 9, 2018 12:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save siakon89/5543fc41ba15e5c984dd602950f2ce55 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow", "Action": [
"s3:PutObject",
"s3:GetObject"
],
"Resource": "arn:aws:s3:::my-amazing-lambda-layers"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment