Facing issue with cryptography when trying to run it on lambda function

I have zipped my code in the macOS and imported in to lambda function through s3 , now the lambda function is giving me this response : {
"errorMessage": "Unable to import module 'wildcard_sslcert_automation_lambda': /var/task/cryptography/hazmat/bindings/_rust.abi3.so: invalid ELF header",
"errorType": "Runtime.ImportModuleError",
"requestId": "",
"stackTrace":
}
Has anyone faced this issue with cryptography to generate ssl certs .

I'm trying to understand what your question has to do with the Let's Encrypt certificate authority, and not having any success. Perhaps if you'd completed the questions you were given when you started this topic, it might make a bit more sense?

3 Likes

Lambda function means something else to me, something more functional

What it is you're trying to do on AWS lambda?

2 Likes

I agree with @danb35: this is not a generic "everything that has to do with cryptography" support forum. It at least has to have to do something with certificates and preferably with Let's Encrypt certificates in particular.

Please refer to other online communities for generic programming help.

2 Likes