Retry & exponential backoff retry for batchPut doesn't work for ProvisionedThroughputExceededException. We have to handle manually if ProvisionedThroughputExceededException is thrown.
I am curious to know if there's any plan to include that in the code itself or we should continue handling it all by ourselves.