Skip to content

Commit 50828d0

Browse files
Adds description about sequential property
1 parent 635a639 commit 50828d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,10 @@ const handler = compose(
467467
});
468468
```
469469

470+
Use `sequential` set to `true` in order to iterate over the records in order. If one record fails to be processed, the
471+
processing of any upcoming records will be stopped, stopped too. If `batchItemFailures` is also set to `true`,
472+
all unprocessed records will be added to list of `batchItemFailures`.
473+
470474
## Publish
471475

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

0 commit comments

Comments
 (0)