1.0.1 • Published 6 years ago

bbva_urs_bounce_lambda v1.0.1

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
6 years ago

bbva_urs_bounce_lambda

Amazon SES bounce handler package for Lambda

Description

Parses out the bounced email address and adds it to the URS mailqueue_blacklist table to suppress future emails to that address.

Testing

$ npm test

Note: in development, you can create a .env file to configure the following environment variables:

DB_HOST=localhost
DB_USER=root
DB_PASS=
DB_NAME=colms_urs

Update AWS Lambda

$ npm version patch
$ npm publish