Confluent_kafka as lambda layer / Python 3.9

Any chance anyone have a working confluent_kafka zip file for Python3.9 that they know works, want to make sure it’s not me causing a problem…

building the layer, deploying it and the import leads to:
I’m working on MBP M1… but happy to confirm/work with x86_64, it’s just code/text…
Response
{
“errorMessage”: “Unable to import module ‘lambda_function’: No module named ‘confluent_kafka.cimpl’”,
“errorType”: “Runtime.ImportModuleError”,
“requestId”: “f04d7df4-0d66-4d7f-870f-a09ccfcaf8cb”,
“stackTrace”:
}

Would be amazing if confluent made this available as a ARN addressable layer.

G