Category "dynamodb-queries"

Designing DynamoDB database to be searchable by matching a list of strings

I am trying to set up a DynamoDB database where every item is a product. Each product has a list of 1-5 product IDs (12-digit numeric), for example: { 'name

Dynamo db pagination

I want to use pagination in dynamodb using aws-sdk DocumentClient() I am using node.js. What I want to do is get first 10 items and then return these value to

dynamodb PartiQL SELECT query returns ValidationException: Unexpected from source

I am using Amplify to setup a dynamodb with a corresponding lambda using the amplify blueprint for dynamodb. Accessing the dynamodb the "classic" way with KeyCo

Is there a less verbose way to write DynamoDB update params?

I am new to Dynamo and I created a simple todo API with Serverless Framework and TypeScript To update an Item I have to do this huge params const const params =