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.

PartiQL is a SQL-compatible query language and you can run 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 help 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.