AWS Lambda hosted Python function / confluent libraries

Hi all.

doing a simple :
from confluent_kafka import Producer, KafkaError, KafkaException

is to easy… as i some how need to make the library available to the Lambda container.
is anyone aware if there is a ARN object that can be included as a Layer or how can I install the confluent_kafka*

G

See Thread: AWS Confluent based layer for Lambda usage

for solution.

for some background, I’m working on a M1 based MAC… which just made everything/ transportability of libraries a bit more difficult.

G

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.