DynamoDB Operations

All DynamoDB table operations can be divided into 2 categories. Control plane operations are used for managing the tables, indexes, stream etc. Second type of operations are the Data plane operations that are used for retrieving & manipulating the items in the table. Both these type of operations are executed via the interfaces exposed by AWS SDK for DynamoDB.

types-of-operation