Terraform: Process Kinesis Data Stream Records with AWS Lambda

Garrett Sweeney
Cloud Tidbits
Published in
3 min readJul 28, 2021

--

The Lambda we’ll create together with a Kinesis trigger

AWS Lambda can be used to process Kinesis Data Stream Records in an event-driven architecture. Drop a record into a Data Stream, and you can automatically trigger your lambda to process the event! Below we walk through the steps to stand up a proof-of-concept with Terraform.

In this article, we’ll be doing the following:

--

--