lambda-packages
lambda-packages copied to clipboard
The web framework for content-driven websites. ⭐️ Star to support our work!
Related: #48 Now that lambda has supported Py37 for a while lambda-packages should have a cryptography package for 3.7.
https://aws.amazon.com/blogs/compute/upcoming-updates-to-the-aws-lambda-execution-environment/ I expect all packages in this repo will need to be rebuild on the new Amazon Linux OS and possibly create multiple areas for packages that work with the...
#101 and #98 seem to have some overlap here with fixing the build scripts to not use `--use-wheel` and proper support for python3.7, so I am not getting into that....
Additionally for sasl package there are some .so files added to lib folder. To use them properly one must add: os.environ['SASL_PATH'] = os.path.join(os.getcwd(), 'lib')
The new Django 2.2 Version **vs** Zappa Precompiled mysqlclient (1.3.12) package is incompatible with new Django (AWS Lambda):   Information found in: https://docs.djangoproject.com/en/2.2/releases/2.2/ Thanks
Hello! Django 2.2 requires `mysqlclient>=1.3.13` per [this commit](https://github.com/django/django/commit/88619e6129fd8c6668242f1acc1465ca175d2948). `lambda-packages` currently offers [`mysqlclient` at 1.3.12](https://github.com/Miserlou/lambda-packages/tree/master/lambda_packages/mysqlclient). I'd like to raise the issue and request an upgrade. [Django 2.2 was released earlier today](https://docs.djangoproject.com/en/2.2/releases/2.2/)...
* removed the obsolete pip option '--use-wheel' which no longer works. * fixed formatting of the build instructions in READMEs which made copy-pasting from a formatted page incorrect.
Add Requests and PDFMiner