Skip to content

Instantly share code, notes, and snippets.

@nktstudios
Created September 21, 2021 14:20
Show Gist options
  • Save nktstudios/216a290723a0d90e063255a0d8880da0 to your computer and use it in GitHub Desktop.
Save nktstudios/216a290723a0d90e063255a0d8880da0 to your computer and use it in GitHub Desktop.
Amazon SES IAM 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