Amazon web services – AWS Amplify Gen 2 – Send email using AWS SES in Gen 2
I'm working on a Nuxt 3 application that uses AWS Amplify Hosting (Gen 2), and I want to send emails via AWS SES using a Lambda function. I have created the following Lambda function: import type { Schema } from…