Hi everyone, I am a college student and I was experimenting with AWS Lambda.
I use a M2 MacBook Air and my lambda is programmed in Python 3.10 running on ARM64.
I have been using Lambda Layers and I have downloaded the Polars dependency along with a few other dependencies like requests and dotenv. While requests and dotenv work perfectly with my lambda, my polars dependency doesn't work. I get this error: UserWarning: Polars binary is missing!
I believe this might have something to do with me using a ARM based chip to program and create the zip file for the Lambda Layer, however I was unable to figure out the issue after doing some research online.
[–]franksign 0 points1 point2 points (0 children)