This project is following the tutorial of aws-lambda-ses-forwarder library and made a little enhancement on it
- Run
npm install
- Run
npm build
- Then upload the aws-forward-email.zip to your AWS Lambda function
- Now ONLY support forwarding ONE email address defined in Route53 to ONE email from other email provider
- S3_BUCKET_NAME: the S3 name used to store the email. e.g: your-s3-bucket
- FROM_EMAIL: the email address hosted on Route53. e.g: info@your-domain.com
- TO_EMAIL: the email address used to receive the email form your client. e.g: your-name@gmail.com
- Please read aws-lambda-ses-forwarder library carefully