Difference between Kinesis Stream and DynamoDB streams
问题 They seem to be doing the same thing to me. Can anyone explain to me the difference? 回答1: High level difference between the two: Kinesis Streams allows you to produce and consume large volumes of data(logs, web data, etc), where DynamoDB Streams is a feature local to DynamoDB that allows you to see the granular changes to your DynamoDB table items. More details: Amazon Kinesis Streams Amazon Kinesis Streams is part of Big Data suite of services at AWS. From the developer documentation: You