Skip to main content

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


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.3.tar.gz (2.1 MB view details)

Uploaded Source

Built Distribution

lambda_packages-0.2.3-py2-none-any.whl (2.1 MB view details)

Uploaded Python 2

File details

Details for the file lambda_packages-0.2.3.tar.gz.

File metadata

File hashes

Hashes for lambda_packages-0.2.3.tar.gz
Algorithm Hash digest
SHA256 ddacb9bcf964af78ff93bde4f22281b2135c7d16c684b01d28dde30521bf947c
MD5 8b8cffacff565cb43e92f18fa64c3ee3
BLAKE2b-256 b814d6ad8612f4fdfaee996ce37375f362998dc8bca9b9a3348deeb82383a680

See more details on using hashes here.

Provenance

File details

Details for the file lambda_packages-0.2.3-py2-none-any.whl.

File metadata

File hashes

Hashes for lambda_packages-0.2.3-py2-none-any.whl
Algorithm Hash digest
SHA256 d84bbc4cd5cbce5856a191148fb6b4ee446a1abe4985f203aa5df77ee50bd967
MD5 155b1a05c53b85ea3efaa61a4d1f6164
BLAKE2b-256 534c16c43aba79260aad918c92820d784b762dc75a9b103d0eccc392c4589b19

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page