Amazon Kinesis is a serverless streaming service, that simplifies the capture, processing, and storage of data streams at any scale. A Kinesis data stream is made up of shards and each shard has a sequence of data records. Data records are assigned to shards based on a partition key.
#systemdesign #kinesis #aws