AWS Compute Blog
Category: Amazon Managed Streaming for Apache Kafka (Amazon MSK)
Using self-hosted Apache Kafka as an event source for AWS Lambda
Lambda now supports self-hosted Kafka as an event source so you can invoke Lambda functions from messages in Kafka topics to integrate into other downstream serverless workflows. This post shows how to configure a self-hosted Kafka cluster on EC2 and set up the network configuration. I also cover how to set up the event source mapping in Lambda and test a function to decode the messages sent from Kafka.
Read MoreUsing Amazon MSK as an event source for AWS Lambda
Now Lambda supports Amazon MSK as an event source, you can invoke Lambda functions from messages in Kafka topics to integrate into your downstream serverless workflows.
Read More