Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.24 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.24 KB

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