We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635a639 commit 50828d0Copy full SHA for 50828d0
README.md
@@ -467,6 +467,10 @@ const handler = compose(
467
});
468
```
469
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
+
474
## Publish
475
476
In order to publish a new version to npm, create a new release on github.
0 commit comments