Let's talk about lambda.


## python-kafka-utils
This repo has some utilities and a couple examples of consuming Kafka events using a lambda.

/Users/tcalhoun/work/python-kafka-utils

### Examples

Hey, here's a couple other examples:
* Consuming an MSK topic with Schema Registry and AVRO serialization: 
 - /Users/tcalhoun/work/lambda-fan-preference-sync/lambda/fan-preference-sforce-updates/src/logic/msg_handlers.py  over STREAM_DIGITAL_PRODUCT_SUBMIT topic
* Another consuming without Schema Registry: 
 - /Users/tcalhoun/work/lambda-store-api/common/app_logic.py over stream.storeAPIRequest.spotify.split
* And another simple one with JSON deserialization:
 - /Users/tcalhoun/work/lambda-metadata-consistency/lambda/start-sfn-execution/src/logic/start_sfn_execution.py\


