Skip to content

Instantly share code, notes, and snippets.

@evaristorivi
Last active May 2, 2019 17:39
Show Gist options
  • Save evaristorivi/8a6acc34738cd67a264e517387386be9 to your computer and use it in GitHub Desktop.
Save evaristorivi/8a6acc34738cd67a264e517387386be9 to your computer and use it in GitHub Desktop.
lambda_send_email_policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ses:SendEmail",
"ses:SendRawEmail"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment