arithmetric / aws-lambda-ses-forwarder

Serverless email forwarding using AWS Lambda and SES
MIT License
1.7k stars 450 forks source link

Added a stop_rule_set callback after a successful message processing. #102

Open tylerwalts opened 5 years ago

tylerwalts commented 5 years ago

Currently the lambda call is delegated without checking to see if it is successful or not.

This change updates the success case to send a callback to tell the rules to stop processing. It also updates the README to configure the rules to expect a response, and to recommend adding a SNS topic at the last step, in case there is ever any failure in the processing.