AWS Lambda Packages
Project description
Various popular libraries, pre-compiled to be compatible with AWS Lambda.
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
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.1.1.tar.gz
(385.8 kB
view hashes)
Built Distribution
Close
Hashes for lambda_packages-0.1.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 173debce4ad107f45310c80dda40e2bf73a46f6e71c9c0260b6cb158af246c2b |
|
MD5 | ece18f162e3db6b93e9e21503755e907 |
|
BLAKE2b-256 | 190b678c027e95758c07f91083ba29e7bfa5aad8b8497ced51501fbd90603761 |