Top "Amazon-dynamodb" questions

Amazon DynamoDB is a proprietary closed-source cloudnative key-value and document database optimized for horizontal scaling.

Delete large data with same partition key from DynamoDB

I have DynamoDB table structured like this A B C D 1 id1 foo hi 1 id2 var hello A is the …

amazon-dynamodb delete-operator
Dynamodb- Adding non key attributes

I want to insert data into dynamodb local. However, I have only one key attribute and multiple non-key attributes. { 'id':…

amazon-web-services amazon-dynamodb dynamo-local
DynamoDB : List all partition keys

I want to update contains in DynamoDB, for which I need to iterate over existing partition keys present in table. …

amazon-web-services amazon-dynamodb amazon-dynamodb-streams
How to Filter Nested Array Object in DynamoDB

I am very beginner to AWS DynamoDB, I want to scan the DynamoDB with SENDTO.emailAddress = "[email protected]" as …

amazon-dynamodb aws-sdk-nodejs aws-sdk-js
Dynamodb error : Either the keyconditions or keyconditionexpression parameter must be specified in the request

I am observing an unexpected outcome when querying a DynamoDB table using the AWS DynamodB Document Model in C#. My …

c# amazon-dynamodb aws-toolkit
DynamoDB get item TypeScript hell

Can anyone explain how to use GetItemInput type when calling DocumentClient.get ? If I pass in an object of any …

amazon-web-services aws-lambda amazon-dynamodb aws-sdk aws-sdk-js
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
Unmarshal map[string]DynamoDBAttributeValue into a struct

I'm trying to set-up an AWS-lambda using aws-sdk-go that is triggered whenever a new user is added to a certain …

go aws-lambda amazon-dynamodb aws-sdk-go
How to set DynamoDB Read/write capacity mode to On-demand on CloudFormation

I've seen this site about DynamoDB On-demand and I updated my tables, created by CloudFormation, to On-demand. Now, when I …

amazon-web-services amazon-dynamodb amazon-cloudformation
How can I control user access to Amazon DynamoDB data via IAM?

Does AWS Identity and Access Management (IAM) provide a way so that a user can only edit or delete the …

amazon-web-services amazon-dynamodb amazon-iam