We want to trigger a lambda through an email.For this we have created SES rule with action as lambda, verfied domain and recipients.
send email ---> SES rule ---> Lambda
My doubt is where i should send email from verified address to trigger this rule.I mean to which email address i should send email?
From Step 4: Send a Test Email - Amazon Simple Email Service:
To send a test email, use an email account that you know is capable of sending email, such as your personal email address. Send a test message to any email address on your verified domain. For example, if your domain is
example.com
, you can send an email totest@example.com
orabc123@example.com
(or any other address on theexample.com
domain).