Posted On: Mar 8, 2022

Amazon DynamoDB now supports limiting the number of items processed in PartiQL operations as an optional parameter on each request and is available in Amazon Web Services China (Beijing) Region, operated by Sinnet and Amazon Web Services China (Ningxia) Region, operated by NWCD

PartiQL is a SQL-compatible query language and you can execute PartiQL statements to query, insert, update, or delete data in your DynamoDB tables. Now you can control the number of items processed by using the Limit request option. Using the Limit request option can reduce the cost and duration of each request when you know you need less than a certain number of items.

To learn more about PartiQL and the Limit request option, see ExecuteStatement in the Amazon DynamoDB API Reference.