Skip to content

Instantly share code, notes, and snippets.

@sakibguy
Forked from nktstudios/Amazon SES IAM Policy
Created December 29, 2021 10:55
Show Gist options
  • Save sakibguy/7e6276834551932ded62e42b148c842e to your computer and use it in GitHub Desktop.
Save sakibguy/7e6276834551932ded62e42b148c842e 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