awslabs / dynamodb-data-mapper-js

A schema-based data mapper for Amazon DynamoDB.
https://awslabs.github.io/dynamodb-data-mapper-js/
Apache License 2.0
816 stars 106 forks source link

Possible To Get Unprocessed Items and publish to DLQ? #171

Open jerryhaoneu opened 4 years ago

jerryhaoneu commented 4 years ago

Hey, the doc says the items passed to write will be auto batched and failed ones would be auto retried with exponential back-offs.

  1. Is there a way to get unprocessed items? Seems if await just return the written ones. I am trying to get the unprocessed or failed items and publish them to dead letter queues.
  2. Is there a way to config the retry strategies.