Skip to content

Instantly share code, notes, and snippets.

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 abderrazak-bouadma/a476d3c3e71da512fa1c9aa7cce48317 to your computer and use it in GitHub Desktop.
Save abderrazak-bouadma/a476d3c3e71da512fa1c9aa7cce48317 to your computer and use it in GitHub Desktop.
policy.json
{
"Sid": "Stmt1234",
"Effect": "Allow",
"Principal": "*",
"Action": "sqs:SendMessage",
"Resource": "arn:aws:sqs:us-west-2:111111111111:QueueName",
"Condition": {
"ArnEquals": {
"aws:SourceArn": "arn:aws:sns:us-west-2:555555555555:TopicName"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment