New posts in amazon-dynamodb

Impact of unique partition key on DynamoDB performance

Change the schema of a DynamoDB table: what is the best/recommended way?

How can I fetch all items from a DynamoDB table without specifying the primary key?

What's the difference between BatchGetItem and Query in DynamoDB?

where to find all the exception classes in AWS-SDK for dynamodb in NodeJS typescript?

AWS DynamoDB resource not found exception

How to check if DynamoDB table exists?

3 fields composite primary key (unique item) in Dynamodb

When does DynamoDB throttle request?

DynamoDB query() versus getItem() for single-item retrieval based on the index

Using DynamoDB for logging user activity

DynamoDB Streams events for a specific column change

Difference between AWS DynamoDB vs. AWS DocumentDB(Newly launched service)? [closed]

Easier DynamoDB local testing

Formatting DynamoDB data to normal JSON in AWS Lambda

How to rename a DynamoDB table

PropertyDefinition inconsistent

Is it possible to combine if_not_exists and list_append in update_item

AWS Lambda To DynamoDB

How to fetch/scan all items from `AWS dynamodb` using node.js