0
votes

I am trying to create an application in which I forward an email to AWS SES, have a lambda function parse that email, extract the required information, and store it in a database. I don't want to store in S3.

I registered for a Route53 domain and received a domain name (example.com). I want to forward emails from my gmail address to an alias in my domain ([email protected]). I created a rule-set in SES, and verified my domain (example.com).

I can't figure out how to create email accounts in my domain (example.com). I would like to create something like [email protected], where I could forward emails from my personal gmail account. Anyone know how I would do this?

1

1 Answers

0
votes

Go through the steps in the documentation here. By default all emails for any address in the domain will be sent to your Lambda function when you create the receipt rule. You will have to specify an address ([email protected]) in the first step of creating a receipt rule to only send emails for that address to the Lambda function.