Working with read and write operations - Amazon DynamoDB

Working with read and write operations

You can perform read and write operations with either the DynamoDB API or PartiQL for DynamoDB. These operations will allow you to interact with the items in your table to perform basic create, read, update, and delete (CRUD) functionality.

The following sections go more in depth on this topic.