aws-lambda-ses-forwarder icon indicating copy to clipboard operation
aws-lambda-ses-forwarder copied to clipboard

Added a stop_rule_set callback after a successful message processing.

Open tylerwalts opened this issue 6 years ago • 0 comments

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.

tylerwalts avatar Dec 05 '18 19:12 tylerwalts