# Amazon Kinesis

Frends offers seamless integration with [Amazon Kinesis](https://aws.amazon.com/kinesis/), enabling you to easily connect and automate data flows between your systems and Kinesis data streams.

By leveraging Frends' task-based approach, you can configure and customize Kinesis integrations according to your specific requirements.

## Use cases

Below you will find examples of typical use cases for Amazon Kinesis integrations and how they could be implemented in Frends.

### Sending Application Logs to a Stream

By using the HTTP trigger in conjunction with the [`PutRecords`](https://docs.frends.com/tasks/tasks/amazon-kinesis/putrecords) task, we can create an integration that listens for incoming HTTP requests, transforms log data into JSON, and sends the records to a Kinesis stream before returning an HTTP response to the caller.

<figure><img src="https://2096450325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FevBo49UTUjEN84O2WPl6%2Fuploads%2Fgit-blob-9f227140fc29ae84728a9891d21093f2b69e4c92%2Fput_records.svg?alt=media" alt=""><figcaption><p>Put records</p></figcaption></figure>
