If someone is having this same problem and tried all suggested solutions in this post, I had that same problem, in the end it resulted to be that I was compiling Python libraries in my Macbook Pro with M1 Pro chip, that chip is ARM Arquitecture, and in AWS Lambda configuration I picked the x86 option, that was causing all problems, once I changed my AWS Configuration for arm64 it worked like a charm.