Skip to content

Commit

Permalink
Adds description about sequential property
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBuschmann committed Mar 30, 2024
1 parent 635a639 commit 50828d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,10 @@ const handler = compose(
});
```

Use `sequential` set to `true` in order to iterate over the records in order. If one record fails to be processed, the
processing of any upcoming records will be stopped, stopped too. If `batchItemFailures` is also set to `true`,
all unprocessed records will be added to list of `batchItemFailures`.

## Publish

In order to publish a new version to npm, create a new release on github.
Expand Down

0 comments on commit 50828d0

Please sign in to comment.