Notes
Index
Dynamo DB
Introduction
What is DynamoDB?
Core Components
Dynamo API
Control Plane
Data Plane
DynamoDB Streams
Transactions
Naming Rules and Data Types
Naming Rules
Data Types
Read Consistency
Read-Write Capacity Mode
Partitions and Data Distribution
Data Distribution: Partition Key
Data Distribution: Partition Key and Sort Key
CRUD operations
Create a table
Describe a table
Insert Data into a Table
Reading Data from a Table
Update Data in a Table
Delete Data from a Table
Removing a Table
Managing Indices
Creating an Index
Querying an Index
CLI Example
Create A Table
Write Data
Read Data
Update Data
Query Data
Create A Global Secondary Index
Query The Global Secondary Index
Delete A Table
Accessing DynamoDB
Using Console
Using AWS CLI
Using The APIs
Using NoSQL Workbench
Programming With DynamoDB
DynamoDB application programming using AWS SDKs
Interfaces
Low Level APIs
Error Handling
Error Component
Error Messages and Codes
Error Handling the Application
Error Retries and Exponential Backoff