Working with read and write operations - Amazon DynamoDB
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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.