Use this tag for questions related to DynamoDB Streams, which provides a time ordered sequence of item level changes in any DynamoDB table.
Objective: We're hoping to use the AWS Glue Data Catalog to create a single table for JSON data residing in …
amazon-redshift aws-glue amazon-dynamodb-streams amazon-redshift-spectrumI have a DynamoDb table with thousands of data. I am scanning the table using Scan function and I have …
amazon-dynamodb aws-lambda aws-sdk amazon-dynamodb-streamsI've a Dynamodb table with streaming enabled. Also I've created a trigger for this table which calls an AWS Lambda …
java json aws-sdk amazon-dynamodb-streamsThey seem to be doing the same thing to me. Can anyone explain to me the difference?
amazon-kinesis amazon-dynamodb-streamsHow 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-aggregationMy 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-streamsI am trying to import data from dynamodb console interface, but unable to get success. Data is {"_id":{"s":"d9922…
amazon-dynamodb amazon-dynamodb-streamsI have a DynamoDB Table and I want a particular value to be updated using multiple condition expression. Can we …
amazon-web-services amazon-dynamodb amazon-dynamodb-streamsI have a Lambda function to which multiple DynamoDB streams are configured as event sources and this is a part …
amazon-web-services aws-lambda amazon-dynamodb-streamsI 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