AWS Lambda Packages
Project description
Various popular libraries, pre-compiled to be compatible with AWS Lambda.
Currently includes support for:
MySQL-Python
psycopg2
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 and an updated manifest.
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
lambda_packages-0.2.1.tar.gz
(1.3 MB
view hashes)
Built Distribution
Close
Hashes for lambda_packages-0.2.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72b40435b9bbd4335654da2f3bc0d94b602bbc5f63b79f46414c8a472b08f662 |
|
MD5 | 1396a0a5b94ebceba80d03fbf48aabc8 |
|
BLAKE2b-256 | b65ce21912c45e3215e03a7f996e8e58209dee8cfcebdecfad917f6ba2f734bd |