AWS Kinesis

Process data in the Amazon ecosystem

The AWS Kinesis connector can be used to forward data to AWS Kinesis. It can be applied to process e.g. LoRaWAN device data with AWS Kinesis. The AWS Kinesis connector is available on both Data Flow and Rule Engine.

For creating an AWS Kinesis connector, an IAM Access key is needed with access to a Kinesis data stream. Additionally, the ARN for the particular data stream is required. The data will be base 64 encoded.

Optionally: The custom payload can be selected for making use of templated payload in the desired structure. If the custom payload is not selected, the whole data sample will be forwarded.

A tutorial about "How to send data to AWS Kinesis" can be found here.

Last updated