Top "Dynamodb-queries" questions

Use when content is about querying or scanning Amazon DynamoDB managed database.

DynamoDb: Query items between two dates

I'm not having much luck with this query, it returns 0 items const { Items } = await this.dynamoDb.query({ TableName: 'exampleTableName', IndexName: …

node.js amazon-dynamodb aws-sdk dynamodb-queries
DynamoDB Mapper annotation for Object which has list of another object

I am trying to create a dynamoDBMapper annotation for the below case. I have EmployeeLevelTrail which is a class of …

amazon-web-services annotations amazon-dynamodb aws-sdk dynamodb-queries
dynamodb get all items by an array of ids

I have a table with an attribute with name id and of type HASH. I want to get all items …

node.js amazon-dynamodb dynamodb-queries
DynamoDB queries on secondary index, how to define the indexes

I've been going around and around this and it's just not clear what to do. I have a simple table …

amazon-dynamodb serverless-framework dynamodb-queries amazon-dynamodb-index