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
-
Hello all;
I want to simulate a failure case for BatchWriteItem to get
UnprocessedItems
and retry again.I set write capacity unit to
1
and dispatched multiple asynchronous jobs to process multiple batchWriteItem requests in paralel but all i get isProvisionedThroughputExceededException
and 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