Top "Amazon-dynamodb" questions

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

How to do basic aggregation with DynamoDB?

How is aggregation achieved with dynamodb? Mongodb and couchbase have map reduce support. Lets say we are building a tech …

nosql amazon-dynamodb amazon-dynamodb-streams nosql-aggregation
Boto3 updating multiple values

in the boto3 documentation updating an item is described by this example: table.update_item( Key={ 'username': 'janedoe', 'last_name': …

python amazon-dynamodb aws-lambda boto3
How to continue deploy if DynamoDb table already exists

I'd like to continue the deployment (or force) even if a resource already exists. Atm I got this error: Serverless …

lambda amazon-dynamodb serverless-framework
Writing to Kinesis stream using AWS Lambda Function

Can we create a Lambda function like which can get executed when we write a record to Dynamo DB table &…

amazon-web-services amazon-dynamodb amazon-kinesis aws-lambda
How do I integrate Amazon SQS with Dynamodb

Is it possible to auto send/push the messages in Amazon SQS to DynamoDB? I wish to send my messages …

amazon-web-services amazon-dynamodb amazon-sqs amazon-ses
aws cross account dynamodb access with IAM role

I have an aws ecs ec2 instance in one account and it is trying to access the dynamob db tables …

amazon-dynamodb aws-sdk amazon-iam amazon-ecs aws-sdk-net
How do DynamoDB streams distribute records to shards?

My goal is to ensure that records published by a DynamoDB stream are processed in the "correct" order. My table …

amazon-web-services amazon-dynamodb aws-lambda amazon-dynamodb-streams
Optional secondary indexes in DynamoDB

I am migrating my persistence tier from Riak to DynamoDB. My data model contains an optional business identifier field, which …

amazon-web-services amazon-dynamodb secondary-indexes
AWS DynamoDB VS HBase

I have been using HBase for the past six months and I came to know about DynamoDB by Amazon. Maintenance …

hbase amazon-dynamodb
AmazonServiceException: Supplied AttributeValue is empty, must contain exactly one of the supported datatypes

I am trying to import data from dynamodb console interface, but unable to get success. Data is {"_id":{"s":"d9922…

amazon-dynamodb amazon-dynamodb-streams