Dynamo DB
Dynamo primary keys
Dynamo rows / items
Lambda RCU (Read Capacity Units)
Solution to throughput exceeded exception
Dynamo write capacity units (WCU)
lambda partitions
Local secondary index (LSI)
lambda global secondary index
lambda optimistic locking
DynamoDB Accelerator (DAX)
dynamodb streams
dynamo global tables
reduce latency for globally distributed users. if you have globally dispersed users, consider using global tables. With global tables, you can specify the AWS Regions where you want the table to be available. This can significantly reduce latency for your users. So, reducing the distance between the client and the DynamoDB endpoint is an important performance fix to be considered.