Skip to content

Instantly share code, notes, and snippets.

@gogarufi
Created February 19, 2017 19:09
Show Gist options
  • Save gogarufi/268748f51fa2e548777f435174bd0021 to your computer and use it in GitHub Desktop.
Save gogarufi/268748f51fa2e548777f435174bd0021 to your computer and use it in GitHub Desktop.
Policy document which allows sending email to AWS SES
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ses:SendEmail"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment