The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API.
As far as I see the throughput flag is set to 1 by default in importDataCli function, so I guess I cannot adjust any parameter any further.
Is it possible to add better handling for these errors?
Rate limiting read requests to dynamo?
Maybe add some pauses in between requests (besides the retries managed by max-retries)
As far as I see the throughput flag is set to 1 by default in importDataCli function, so I guess I cannot adjust any parameter any further.
Is it possible to add better handling for these errors?
Rate limiting read requests to dynamo?
Maybe add some pauses in between requests (besides the retries managed by max-retries)