Destinations
Aws Kinesis

AWS Kinesis

AWS Kinesis (opens in a new tab) is a fully managed, scalable, and real-time data streaming service. It can continuously capture gigabytes of data per second from hundreds of thousands of sources, making it ideal for real-time analytics, application logs, and IoT device data.

How it works

The AWS Kinesis destination sends data to AWS using official node.js SDK (opens in a new tab).

Configuration

NameDescriptionExample value
RegionAWS regionus-east-1
Access Key IDAWS credentialsaccessKeyId
Secret Access KeyAWS credentialssecretAccessKey
streamNameThe name of the stream you want to publish tomy-stream-name
partitionKeyPartition key to use for the data. Random by default.""
kinesisOptionsAny additional options passed to KinesisClient{}
EPS(Events Per Second) How many events per second to generate1000
LimitMax number of rows to send (-1 for unlimited)-1