python-lambda icon indicating copy to clipboard operation
python-lambda copied to clipboard

Use lambda-packages during builds

Open Miserlou opened this issue 9 years ago • 2 comments

Hello!

Thought you might be interested in incorporating lambda-packages that we use with Zappa as part of your library's build process. You can see how we do it automatically swap out lambda-compatible dependencies.

Miserlou avatar Apr 06 '16 20:04 Miserlou

Reading up on this now, thank you so much for sharing!

nficano avatar Apr 09 '16 16:04 nficano

Although this seems like a great idea, I'd raise security concerns about downloading precompiled binaries from someone's GitHub repo with no way to verify that these binaries aren't compromised.

jmehnle avatar Jan 26 '18 22:01 jmehnle