AWS Lambda Packages
Project description
Various popular libraries, pre-compiled to be compatible with AWS Lambda.
Currently includes support for:
MySQL-Python
psycopg2
This project is intended for use by Zappa, but could also be used by any Python/Lambda project.
Installation
pip install lambda-packages
Usage
lambda-packages also includes a manifest with information about the included packages and the paths to their binaries.
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.
Useful targets include:
MongoEngine
pandas
PIL
scipy
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
Built Distribution
Hashes for lambda_packages-0.2.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d84bbc4cd5cbce5856a191148fb6b4ee446a1abe4985f203aa5df77ee50bd967 |
|
MD5 | 155b1a05c53b85ea3efaa61a4d1f6164 |
|
BLAKE2b-256 | 534c16c43aba79260aad918c92820d784b762dc75a9b103d0eccc392c4589b19 |