Created
August 11, 2022 20:27
-
-
Save dmost714/240dee43366e02d0766b27c6ef5f1253 to your computer and use it in GitHub Desktop.
Amplify lambda allow email
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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