sdk errors Flashcards
What is the UnprocessedKeys error?
Unprocessed Keys indicates that some items were not successfully processed during a BatchGetItem operation.
What is ProvisionedThroughputExceededException?
ProvisionedThroughputExceededException indicates that none of the operations were processed due to exceeding the provisioned throughput of the table.
What is UnprocessedItems error?
UnprocessedItems indicates that some items were not successfully processed during a BatchWriteItem operation.
What are the solutions for handling these exceptions?
The solutions include reducing the size of the request, requesting fewer items, using DAX to cache reads, and increasing provisioned capacity.