Skip to content

Instantly share code, notes, and snippets.

@cplankey
Created July 29, 2019 21:51
Show Gist options
  • Save cplankey/94ac1e96c79aaa535131f9143b235563 to your computer and use it in GitHub Desktop.
Save cplankey/94ac1e96c79aaa535131f9143b235563 to your computer and use it in GitHub Desktop.
SNS Publish IAM Config
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "sns:Publish",
"Resource": "arn:aws:sns:us-east-1:*:*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment