This is a CDK-ification of this project
- Buy a domain
- Verify your domain in SES
- clone the repo
cp ./lambda/config.example.js ./lambda/config.js
- Fill in your info in the config file
yarn
npx cdk synth
npx cdk deploy --require-approval never
- Go into your SES Console and set your new RuleSet as Active
- Verify the email address(es) that you're forwarding to
- Send a test email to your recipient, and it should forward correctly