Python based Lambda function posting to CC located topic

hi hi all.

any chance anyone has written a Lambda function to post onto a Confluent Kafka topic?

Flow will be compressed file delivered to S3, Eventbridge will trigger a Lambda package to uncompress file, placing output probably into a 2nd folder… (initiating the 2nd below Eventbridge action) or itself call the below 2nd Lambda package
a 2nd Eventbridge then fires calling a 2nd Lambda package, written in Python (with awswrangler), to take a file of records and individually post them onto a topic.

G