Amazon DynamoDB is a proprietary closed-source cloudnative key-value and document database optimized for horizontal scaling.
I was considering to use Amazon DynamoDB in my application, and I have a question regarding its atomic counters reliability. …
concurrency counter atomic increment amazon-dynamodbFrom the API docs dynamo db does support pagination for scan and query operations. The catch here is to set …
amazon-web-services pagination amazon-dynamodb aws-java-sdkWhat is the Amazon-recommended way of changing the schema of a large table in a production DynamoDB? Imagine a hypothetical …
amazon-dynamodbI have a web app that needs to send reports on its usage, I want to use Amazon RedShift as …
amazon-web-services amazon-s3 amazon-ec2 amazon-dynamodb amazon-redshiftI'm looking at Amazon's DynamoDB as it looks like it takes away all of the hassle of maintaining and scaling …
database nosql amazon-dynamodbI'm trying to compute the size of an item in dynamoDB and I'm not able to understand the definition. The …
amazon-dynamodbIn the answer to "How is Amazon DynamoDB throughput calculated and limited?" it's been suggested, that DynamoDB throttles request whenever …
amazon-web-services metrics amazon-dynamodbFor example I have lambda functions that consume messages from a KinesisStream. How do stop and resume the function so …
amazon-web-services amazon-dynamodb aws-lambda amazon-kinesisIn dynamodb, if you want to enforce uniqueness in a field other than the primary key (like were you have …
unique-constraint amazon-dynamodbIf I'm retrieving a single item from my table based on the indexed hash key, is there a performance difference …
amazon-web-services amazon-dynamodb