Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 691 Bytes

kafka-smaa.md

File metadata and controls

9 lines (6 loc) · 691 Bytes

Using Lambda with self-managed Apache Kafka

You can onboard a non-AWS hosted Apache Kafka cluster—or an AWS hosted Apache Kafka cluster on another AWS service—as an event source for a Lambda function. This enables you to trigger your functions in response to records sent to your Kafka cluster.

This section describes how to use a function with a self-managed Kafka cluster to process records in an Kafka topic.

Topics