aws / chalice

Python Serverless Microframework for AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployment from arm64 Linux vendors arm64 dependencies

mathcolo opened this issue · comments

It appears that deploying from arm64 Linux results in downloading of arm64 wheels when they exist (e.g. pandas). These don't work on an x86_64 lambda function (the default architecture), causing difficult-to-debug execution failure.

This is different from #1808, but I imagine would probably be fixed by it.

#1700 is also related.

ugh yes soo annoying

This issue came up for me when using chalice + layers
numpy/numpy#15669