> For the complete documentation index, see [llms.txt](https://docs.akenza.io/akenza.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akenza.io/akenza.io/get-started/your-data-flow/connectors/streaming/aws-kinesis.md).

# AWS Kinesis

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.

{% hint style="info" %}
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.
{% endhint %}

A tutorial about "How to send data to AWS Kinesis" can be found [here](/akenza.io/tutorials/create-enterprise-solutions/how-to-send-data-to-aws-kinesis.md).

![AWS Kinesis template](/files/Q0RcEol4dBQLKyoDSjRQ)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.akenza.io/akenza.io/get-started/your-data-flow/connectors/streaming/aws-kinesis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
