I doubt if it's true or my understanding is not correct of this statement in DynamoDB. It says,
ProvisionedThroughputExceededException Message: You exceeded your maximum allowed provisioned throughput for a table or for one or more global secondary indexes. To view performance metrics for provisioned throughput vs. consumed throughput, open the Amazon CloudWatch console.
Example: Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests, using Error Retries and Exponential Backoff.
Q1: Is it retrying on its own when the exception occurs? Im just afraid maybe the data will not be inserted.
Please help me. :D Thanks in advance!