Dynamodb Rate Limits
DynamoDB throttling is governed by per-table and per-account capacity quotas (RCU/WCU or request units), not a flat per-second API rate. Quotas apply per AWS Region and are adjustable via AWS Service Quotas. Throttled requests return ProvisionedThroughputExceededException or RequestLimitExceeded.
Dynamodb Rate Limits is the machine-readable rate-limit profile for Amazon DynamoDB on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 11 rate-limit definitions, measuring read_capacity_units, write_capacity_units, read_request_units, write_request_units, and tables.
The profile also includes 5 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and serviceUnavailable.
Tagged areas include Rate Limiting, Database, and NoSQL.