AWS Lambda Packages
Project description
.. figure:: http://i.imgur.com/AlmKP2q.png
:alt: Logo
Logo
lambda-packages
===============
|Build Status| |PyPI| |Slack|
Various popular libraries, pre-compiled to be compatible with AWS
Lambda.
Currently includes support for:
- bcrypt
- cffi
- cryptography
- datrie\_extended
- LXML
- misaka
- MySQL-Python
- numpy
- OpenCV
- Pillow (PIL)
- psycopg2
- PyCrypto
- PyNaCl
- pyproj
- python-ldap
- python-Levenshtein
- regex
This project is intended for use by
`Zappa <https://github.com/Miserlou/Zappa>`__, but could also be used by
any Python/Lambda project.
Installation
------------
::
pip install lambda-packages
Usage
-----
The best way to use these packages is with
`Zappa <https://github.com/Miserlou/Zappa>`__, which will automatically
install the right packages during deployment, and do a million other
useful things. Whatever you're currently trying to do on Lambda, it'll
be way easier for you if you just use Zappa right now. Trust me. It's
awesome. As a bonus, Zappa now also provides support for `manylinux
wheels <https://blog.zappa.io/posts/zappa-adds-support-for-manylinux-wheels>`__,
which adds support for hundreds of other packages.
But, if you want to use this project the other (wrong) way, just put the
contents of the .tar.gz archive into your lambda .zip.
**lambda-packages** also includes a manifest with information about the
included packages and the paths to their binaries.
.. code:: python
from lambda_packages import lambda_packages
print lambda_packages['psycopg2']['version']
# 2.6.1
print lambda_packages['psycopg2']['path']
# /home/YourUsername/.venvs/lambda_packages/psycopg2/psycopg2-2.6.1.tar.gz
Contributing
------------
To add support for more packages, send a pull request containing a
gzipped tarball of the package (build on Amazon Linux and tested on AWS
Lambda) in the appropriate directory, an updated manifest, and
deterministic build instructions for creating the archive.
You may find the `build.sh
script <https://github.com/Miserlou/lambda-packages/blob/master/lambda_packages/cryptography/build.sh>`__
useful as a starting point.
Useful targets include:
- MongoEngine
- pandas
- scipy
- `scikit-learn <https://serverlesscode.com/post/deploy-scikitlearn-on-lamba/>`__
Support / Development / Training / Consulting
---------------------------------------------
Do you need help with..
- Porting existing Python applications to AWS Lambda?
- Building new applications and services that scale infinitely?
- Reducing your operations and hosting costs?
- Training your team to use AWS and other server-less paradigms?
Good news! We're currently available for remote and on-site consulting
for small, large and enterprise teams. Please contact miserlou@gmail.com
with your needs and let's work together!
.. raw:: html
<p align="center">
.. raw:: html
</p>
.. |Build Status| image:: https://travis-ci.org/Miserlou/lambda-packages.svg
:target: https://travis-ci.org/Miserlou/lambda-packages
.. |PyPI| image:: https://img.shields.io/pypi/v/lambda-packages.svg
:target: https://pypi.python.org/pypi/lambda-packages
.. |Slack| image:: https://img.shields.io/badge/chat-slack-ff69b4.svg
:target: https://slack.zappa.io
:alt: Logo
Logo
lambda-packages
===============
|Build Status| |PyPI| |Slack|
Various popular libraries, pre-compiled to be compatible with AWS
Lambda.
Currently includes support for:
- bcrypt
- cffi
- cryptography
- datrie\_extended
- LXML
- misaka
- MySQL-Python
- numpy
- OpenCV
- Pillow (PIL)
- psycopg2
- PyCrypto
- PyNaCl
- pyproj
- python-ldap
- python-Levenshtein
- regex
This project is intended for use by
`Zappa <https://github.com/Miserlou/Zappa>`__, but could also be used by
any Python/Lambda project.
Installation
------------
::
pip install lambda-packages
Usage
-----
The best way to use these packages is with
`Zappa <https://github.com/Miserlou/Zappa>`__, which will automatically
install the right packages during deployment, and do a million other
useful things. Whatever you're currently trying to do on Lambda, it'll
be way easier for you if you just use Zappa right now. Trust me. It's
awesome. As a bonus, Zappa now also provides support for `manylinux
wheels <https://blog.zappa.io/posts/zappa-adds-support-for-manylinux-wheels>`__,
which adds support for hundreds of other packages.
But, if you want to use this project the other (wrong) way, just put the
contents of the .tar.gz archive into your lambda .zip.
**lambda-packages** also includes a manifest with information about the
included packages and the paths to their binaries.
.. code:: python
from lambda_packages import lambda_packages
print lambda_packages['psycopg2']['version']
# 2.6.1
print lambda_packages['psycopg2']['path']
# /home/YourUsername/.venvs/lambda_packages/psycopg2/psycopg2-2.6.1.tar.gz
Contributing
------------
To add support for more packages, send a pull request containing a
gzipped tarball of the package (build on Amazon Linux and tested on AWS
Lambda) in the appropriate directory, an updated manifest, and
deterministic build instructions for creating the archive.
You may find the `build.sh
script <https://github.com/Miserlou/lambda-packages/blob/master/lambda_packages/cryptography/build.sh>`__
useful as a starting point.
Useful targets include:
- MongoEngine
- pandas
- scipy
- `scikit-learn <https://serverlesscode.com/post/deploy-scikitlearn-on-lamba/>`__
Support / Development / Training / Consulting
---------------------------------------------
Do you need help with..
- Porting existing Python applications to AWS Lambda?
- Building new applications and services that scale infinitely?
- Reducing your operations and hosting costs?
- Training your team to use AWS and other server-less paradigms?
Good news! We're currently available for remote and on-site consulting
for small, large and enterprise teams. Please contact miserlou@gmail.com
with your needs and let's work together!
.. raw:: html
<p align="center">
.. raw:: html
</p>
.. |Build Status| image:: https://travis-ci.org/Miserlou/lambda-packages.svg
:target: https://travis-ci.org/Miserlou/lambda-packages
.. |PyPI| image:: https://img.shields.io/pypi/v/lambda-packages.svg
:target: https://pypi.python.org/pypi/lambda-packages
.. |Slack| image:: https://img.shields.io/badge/chat-slack-ff69b4.svg
:target: https://slack.zappa.io
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lambda_packages-0.14.2.tar.gz
(57.3 MB
view hashes)
Built Distribution
Close
Hashes for lambda_packages-0.14.2-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f58ec2bd85603bd3d45806314100b027f46e24918b2bc8022579c7004612cd5 |
|
MD5 | 001512f78fcf549a3a1e60204169f6ed |
|
BLAKE2b-256 | a2640342cdf67d4680929575a8e5a20e087e7863b13133de0878bdc01f36b411 |