Skip to content

Instantly share code, notes, and snippets.

@scholtenmartijn
Last active May 30, 2016 09:42
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 scholtenmartijn/7807f04d932998c854f8626758c9b438 to your computer and use it in GitHub Desktop.
Save scholtenmartijn/7807f04d932998c854f8626758c9b438 to your computer and use it in GitHub Desktop.
Github SNS policy
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"sns:Publish"
],
"Resource": [
"arn:aws:sns:eu-west-1:XXXXXXXXXXXX:SNSTopicARN"
],
"Effect": "Allow"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment