I’ve got a basic NextJS app that’s trying to use SES to send an email but it keeps encountering this error:
Preformatted text
User arn:aws:sts::...:assumed-role/aws-lambda-execute/...' is not authorized to perform ses:SendEmail' on resource
arn:aws:ses:us-east-2:…:identity/…’`
From reading a previous post it looks like someone was able to get their SES working on one of their apps but not the other one- even though they’re using the same AWS credentials.
The site is live at http://arche.systems
What was the resolution to this? I’m encountering the same exact issue with the error message:
User arn:aws:sts::...:assumed-role/aws-lambda-execute/...' is not authorized to perform
ses:SendEmail’ on resource `arn:aws:ses:us-east-2:…:identity/…’
I’m using a NextJS application to send an email via SES.
Hey there, @arche.systems 
Thanks so much for reaching out! Can you please send a screenshot of the error that you are seeing? I can’t reproduce the error as I do not have access to the SES account on our end.