Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save beabetterdevv/d7b1482ec611f9928b96252ae023204e to your computer and use it in GitHub Desktop.
Save beabetterdevv/d7b1482ec611f9928b96252ae023204e to your computer and use it in GitHub Desktop.
{
"Effect":"Allow",
"Principal":{
"AWS":"<SUBSCRIBER_ACCOUNT_ID>"
},
"Action":"sns:Subscribe",
"Resource":"arn:aws:sns:<REGION>:<PUBLISHER_ACCOUNT_ID>:<TOPIC_NAME>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment