Skip to content

Instantly share code, notes, and snippets.

@alexandre-bruffa
Created July 12, 2023 22:01
Show Gist options
  • Save alexandre-bruffa/ecf63ad0c7084cf6e6c0129d4921f203 to your computer and use it in GitHub Desktop.
Save alexandre-bruffa/ecf63ad0c7084cf6e6c0129d4921f203 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"lambda:InvokeFunction"
],
"Resource": [
"arn:aws:s3:::censorimagesbucket/*",
"arn:aws:lambda:us-east-1:000000000000:function:censorFunction"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment