how to simulate batchWriteItem to fail to get UnprocessedItems #2479
Unanswered
ersoy-insider
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all;
I want to simulate a failure case for BatchWriteItem to get
UnprocessedItemsand retry again.I set write capacity unit to
1and dispatched multiple asynchronous jobs to process multiple batchWriteItem requests in paralel but all i get isProvisionedThroughputExceededExceptionand it doesn't contain anyUnprocessedItems.I checked both API Reference for BatchWriteItem and SDK but couldn't find an answer. Additionally tried this stackoverflow answer but it doesn't work as expected.
It would be great, if someone provide a guide to simulate a failure case for BatchWriteItem.
Best
Beta Was this translation helpful? Give feedback.
All reactions