In this article you will see how to set up email forwarding with Amazon SES using Amazon S3 and AWS Lambda.
What are you going to do ?
Let’s say you own a domain bravokeyl.com
and you want to send and receive emails using b@bravokeyl.com or whatever@bravokeyl.com. To acheive this you can leverage AWS services like Amazon SES, Amazon S3 and AWS Lambda.
Amazon SES: It is a mail server that can both send and receive mail on behalf of your domain.
Amazon S3: It is storage for the Internet. It is designed to make web-scale computing easier for developers.
AWS Lambda: It is a compute service that lets you run code without provisioning or managing servers.
Steps involved to set up email forwarding: