Python Libraries with compiles binaries folder location

Hello, because I need my lambdas to run on AWS lambda (duh!),

I have been forced to add a lxml library at the root of the sls project so that it will be picked up when sls invokes a lambda.

That seems to be about the worse location possible, but placing it in lib or any other subfolder doesn’t seem to work (cannot find module named 'etree…)…

Is there a way with the serverless framework to still place it in lib/ or lib64/ but in the packaging process, have it placed at the root of the zip (which it does already) and still be found when invoking functions?