Skip to content

Instantly share code, notes, and snippets.

@watchamcb
Created August 9, 2018 15:01
Show Gist options
  • Save watchamcb/e282490e229b9dab11a2cb331d2d1033 to your computer and use it in GitHub Desktop.
Save watchamcb/e282490e229b9dab11a2cb331d2d1033 to your computer and use it in GitHub Desktop.
S3EventAggregator SQS write IAM policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "sqs:SendMessage",
"Resource": "arn:aws:sqs:REGION:ACCOUNT:S3EventAggregatorActionQueue"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment