How to handle email bounces on AWS SES.

Read more here.

Instructions

You'll need an Amazon Web Services account and credentials set up on your development machine. If you haven't done it before, here's a useful guide for Configuring the AWS CLI.

Configure AWS credentials to use with serverless framework.

  • Install NodeJS
  • Install serverless framework using npm i -g serverless
  • Clone this repository git clone https://github.com/bind-almir/handle-email-bounces-aws-ses.git
  • Deploy service serverless deploy --stage dev --region YOUR_REGION --aws-profile YOUR_PROFILE
  • Configure AWS SES notifications

AWS SES Console