kinesis_get_records | R Documentation |
Gets data records from a Kinesis data stream's shard
kinesis_get_records(shard_iterator, limit = 25L)
shard_iterator |
the position in the shard from which you want
to start sequentially reading data records, usually provided by
|
limit |
maximum number of records to return |
list of Records
, NextShardIterator
and
MillisBehindLatest
## Not run:
botor(profile_name = 'botor-tester')
iterator <- kinesis_get_shard_iterator(stream = 'botor-tester', shard = '0')
kinesis_get_records(iterator$ShardIterator)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.