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?