DynamoDB
Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed database and supports both document and key-value data models. Its flexible data model and reliable performance make it a great fit for mobile, web, gaming, ad-tech, IoT, and many other applications.
DynamoDB
Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed database and supports both document and key-value data models. Its flexible data model and reliable performance make it a great fit for mobile, web, gaming, ad-tech, IoT, and many other applications.
DynamoDB
DynamoDB
DynamoDB Basics

DynamoDB Basics
Primary Keys
Two types of Primary Keys available:
Primary Keys
Two types of Primary Keys available:
Partition Key
Partition Key
Partition Key and Sort Key
Partition Key and Sort Key
Local VS Global Secondary Index

Local VS Global Secondary Index
DynamoDB Streams
Used to capture any kind of modification of the DynamoDB tables.

DynamoDB Streams
Used to capture any kind of modification of the DynamoDB tables.
Query and Scans
Query and Scans
DynamoDB Throughput
You have an application that requires to read 5 items of 10 KB per second using eventual consistency. What should you set the read throughput to?
DynamoDB Throughput
You have an application that requires to read 5 items of 10 KB per second using eventual consistency. What should you set the read throughput to?
Write Throughput
You have an application that requires to write 12 items of 100 KB per item each second. What should you set the write throughput to?
Write Throughput
You have an application that requires to write 12 items of 100 KB per item each second. What should you set the write throughput to?
Error Codes
400 HTTP Status Code - ProvisionedThroughputExceededException
You exceeded your maximum allowed provisioned throughput for a table or for one or more global secondary indexes.
Steps taken to authenticate
Steps taken to authenticate