Skip to content

Releases: iopipe/sqs-to-lambda-async

Better error handling

18 Oct 20:21
Compare
Choose a tag to compare

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.

Initial

29 Jun 20:04
Compare
Choose a tag to compare
v0.1.0

update badge with token