Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

kinesis_get_records

Gets data records from a Kinesis data stream's shard


Description

Gets data records from a Kinesis data stream's shard

Usage

kinesis_get_records(shard_iterator)

Arguments

shard_iterator

the position in the shard from which you want to start sequentially reading data records, usually provided by kinesis_get_shard_iterator

Value

list of Records, NextShardIterator and MillisBehindLatest

References

Examples

## 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)

botor

'AWS Python SDK' ('boto3') for R

v0.3.0
AGPL-3
Authors
Gergely Daróczi [aut, cre] (<https://orcid.org/0000-0003-3149-8537>), System1 [fnd]
Initial release
2020-02-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.