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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for lambda_packages-0.2.2.tar.gz
Algorithm Hash digest
SHA256 8a11041bde01fb6f291836c70c1936a8fe26359a23e5d2ffd83a7959b69a5505
MD5 60e4206f5bc4c9f2ef58051400ec35b7
BLAKE2b-256 ba57b35ec652d02cfdd86a6f5a77f7a0df10e668211ed6ee92271f10c07d93cf

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