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.0.tar.gz
(385.8 kB
view hashes)
Built Distribution
Close
Hashes for lambda_packages-0.1.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8002bfeaef13dfe6136c7aa3323857911ded76a3783574c772f9151a7fc8317f |
|
MD5 | f7cfcc71a0c3d558f218086233255f72 |
|
BLAKE2b-256 | 2deafec8582c15cddb9b1574c3e2fd4ffef95fa6af5da15decb054acbf276a00 |