January 2019
Intermediate to advanced
490 pages
15h 37m
English
You can specify one of the following shard iterator type values while retrieving the shard iterator value:
aws kinesis get-shard-iterator \ --shard-id shardId-000000000000 \ --shard-iterator-type AT_SEQUENCE_NUMBER \ --starting-sequence-number 49591022060730660638274567187983948851027405480717713410 \ --stream-name my-first-kinesis-stream \ --profile admin
I have specified the sequence number of record 1. Here, the get-records command will return both records 1 and 2.
aws kinesis get-shard-iterator \ --shard-id ...
Read now
Unlock full access