Skip to content

ikovac/ses-bounce-handling

Repository files navigation

SES Bounce Handling

Infrastructure diagram

Getting started

  1. Install dependencies
npm i
  1. Setup the email for receiving SES bounce notifications.
pulumi config set email my-email@example.org
  1. Deploy infrastructure with Pulumi
pulumi up -y
  1. Use a newly created SNS topic for sending SES notifications

    Navigate to the AWS console -> SES service -> Verified identities -> Select your identity -> Notifications tab -> Feedback notifications -> Edit -> Select newly created SNS topic for "Bounce feedback" and click "Save changes"

SES SNS topic

  1. Send test email

    Navigate to your verified email identity and click "Send test email"

SES test email

About

Handle AWS SES Bounces with AWS Lambda and Pulumi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published