Skip to content

Instantly share code, notes, and snippets.

@dmost714
Created August 11, 2022 20:27
Show Gist options
  • Save dmost714/240dee43366e02d0766b27c6ef5f1253 to your computer and use it in GitHub Desktop.
Save dmost714/240dee43366e02d0766b27c6ef5f1253 to your computer and use it in GitHub Desktop.
Amplify lambda allow email
[
{
"Action": [
"SES:SendEmail"
],
"Resource": [
{
"Fn::Join": [
":",
[
"arn:aws:ses",
{
"Ref": "AWS::Region"
},
{
"Ref": "AWS::AccountId"
},
"identity/*"
]
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment