Skip to content

Tag: amazon-dynamodb

Resource not found querying dynamodb

I am trying to access a DynamoDb table, but I keep getting a “Resource not found” error. The table is defined as follows, note that the table is Active and the Region is Paris (eu-west-3) The code I am using: And, in the console, it shows that the then method has been executed, but the message pri…

What is the proper syntax to get() entries where the sort key begins with a substring using AWS.DynamoDB.DocumentClient in NodeJS?

What is the proper syntax to query database entries whose sort key starts with a specific string? I believe it’s something along the lines of Followed by a dynamoDb.get(query_params, …, but that is not quite right. I am getting an ValidationException: The provided key element does not match the sc…