Closed vinicius-roc closed 1 year ago
Transferring this to the layers repo for Python team visibility, as this is tied to the Python layer versions. (@hmstepanek @umaannamalai)
@gb-vinicius-cunha are you using confluent-kafka and if so what version?
Yes, I'm using confluent-kafka latest version 1.9.2
Hi @gb-vinicius-cunha! We have a potential fix for this available in our latest Python lambda layer. Could you give that a try and let us know if the problem persists?
The fix worked! Thanks a lot!
I deployed this week a new lambda with serverless-newrelic-lambda-layers plugin. When I run the Lambda i received the following error
I already have a similar application and when I look for differences, the only one found was the newrelic lambda layer version.
On lambda that works the version was 30 and the lambda with erro, the version was 32. To solve I fixed the lambda arn to 30 and solve the problem.
It works now, but the error on 32 remains.
I dont know if is related but we are using the
serverless-python-requirements
plugin with the following settings: