Amazon Kinesis Data Streams to Amazon API Gateway via Amazon Data Firehose

Kinesis Data Streams → Kinesis Firehose → Amazon API Gateway → AWS Lambda

POST data received by Kinesis Data Streams to an HTTP endpoint securely using Kinesis Data Firehose

This sample project demonstrates how to send data received by Kinesis Data Streams to a HTTP endpoint with authorization (here API Gateway REST API) using Kinesis Data Firehose.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/kinesis-data-stream-firehose-apigw-sam

Deploy

sam deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

Udit Parikh

Udit Parikh

Udit is passionate about serverless & event-driven architectures.

Follow on LinkedIn