Skip to content

Better error handling

Latest
Compare
Choose a tag to compare
@coreylight coreylight released this 18 Oct 20:21
· 4 commits to master since this release

In previous builds, if one lambda invocation threw an error, the main "worker" would halt and stop processing SQS messages.
This release fixes that behavior.

Breaking Changes

The module itself will no longer throw an error when a lambda invocation fails.

New Functionality

Provide a postInvoke function for each mapping configuration to handle individual lambda invocation errors in whatever manner you choose.