- Install dependencies
npm i
- Setup the email for receiving SES bounce notifications.
pulumi config set email my-email@example.org
- Deploy infrastructure with Pulumi
pulumi up -y
-
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"
-
Send test email
Navigate to your verified email identity and click "Send test email"