Posted On: Feb 8, 2021

DynamoDB local now supports PartiQL (a SQL-compatible query language) so that you can query, insert, update, and delete DynamoDB table data. PartiQL is supported for all DynamoDB data-plane operations, and it helps improve the productivity of developers as they use this familiar, structured query language to perform operations. Developers can use PartiQL to develop applications, and test them offline before deploying them to production.

For more information about using PartiQL with DynamoDB, see PartiQL – A SQL-Compatible Query Language for Amazon DynamoDB.