lambda-packages
lambda-packages copied to clipboard
The web framework for content-driven websites. ⭐️ Star to support our work!
Let's do it
It would be great to add pylibmc, to take care of that pesky libmemcached stuff :) I actually have a github project that builds this for lambda. Its a little...
Are there any clear instructions on how to build for Py3.6? Is it a matter of deciphering the docker stuff in the cryptography build.sh ?
With Lambda supporting Python 3.6, we need Crypto! This was built with Python 3.6.1 using `amzn-ami-hvm-2017.03.0.20170417-x86_64-gp2 (ami-162c2575)`. Then copied to ~/ for the following `history` as a test. Tested with...
Hello. So, I've been trying to include one of the libs from lambda-packages, and failed repeatedly :( I'm hitting on the error in the title: > No module named pyasn1.codec.der...
Available on conda. I want to be able to do this: https://chatbotsmagazine.com/delbot-nlp-python-bot-1a46d865e38b https://spacy.io/docs/usage/
In some sense, the package compilation for AWS Lambda it's simple, following some basic steps, described in the README for example, where you should install the package dependencies and then...
I think that we should allow some sort of optional packages, where in one way we will be able to import a lot of packages into Lambda [see #37], and...
As far as I understand, the underlying lambda AMI can change over time. For instance, I expect that there will be libraries and kernel updates, but also distribution updates automatically...