Sign inSign up

saracen9/python-lambda

By saracen9

Updated over 8 years ago

Automated build environment for AWS Lambda functions running Python 3

Image
0

10K+

saracen9/python-lambda repository overview

See Github for details

Usage: Pass in the following volumes:

  • Build <-- stores and caches compiled libraries to speed up process with future runs
  • Dist <-- outputted zip package for AWS
  • Application/Script root directory <-- root of your lambda project
docker run --rm --name py-lamb-compiler \
    -v ~/my/app:/app \
    -v ~/my/app/dist:/tmp/app/dist \
    -v ~/my/app/build:/tmp/app/build \
    saracen9/python-lambda

Tag summary

Content type

Image

Digest

Size

290.8 MB

Last updated

over 8 years ago

docker pull saracen9/python-lambda