error lambda aws function processing images to save to S3
I am having an error that I can’t solve when sending an image through postman to an api that I have created in AWS, I process the request in a lambda function and to read the content of the image I decode it in base64 to later save it in a bucket of s3 with the following code:
version `GLIBC_2.28′ not found when running aws lambda python 3.9
Suddenly when i run my aws lambda i’m getting this error:
“Unable to import module ‘lambda_name’: /lib64/libc.so.6: version `GLIBC_2.28′ not found (required by /var/task/cryptography/hazmat/bindings/_rust.abi3.so)