January 2019
Intermediate to advanced
490 pages
15h 37m
English
In summary, we did the following in this recipe:
You can add data to a KDS from the CLI using the aws kinesis put-record command, specifying the stream name and a partition key. The partition key determines which shard a given data record belongs to. A stream is composed of many shards and each shard has a fixed capacity. Based on the data rate capacity requirements, you can increase or decrease the number of shards.
The following are some of the limitations of a Kinesis shard:
Read now
Unlock full access