Skip to content

Instantly share code, notes, and snippets.

@fardeen9983
Created April 13, 2022 10:32
Show Gist options
  • Save fardeen9983/20d52570ee8dffb1579565bd58b66a6a to your computer and use it in GitHub Desktop.
Save fardeen9983/20d52570ee8dffb1579565bd58b66a6a to your computer and use it in GitHub Desktop.
SNS Access Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"sns:Publish",
"sns:Subscribe"
],
"Resource": "<Topic-ARN>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment