Sign inSign up

gbrammer/grizli-lambda

By gbrammer

Updated over 5 years ago

Minimal grizli installation for AWS Lambda.

Image
0

1.1K

gbrammer/grizli-lambda repository overview

(Under Development)

grizli-lambda

Docker container running amazonlinux:2017.09 and a minimal Grizli environment (py36) sufficient to run redshift fits in AWS lambda.

Usage

Download and run this image using the following commands:

docker pull gbrammer/grizli-lambda
docker run -v $(pwd):/workdir -i -t gbrammer/grizli-lambda /bin/bash -c "add_workdir_python"
ls -lth venv_.zip

All *.py files in the working directory $(pwd) are copied to the zipped python environment and pushed to the venv_script.zip file. The python scripts will be available to AWS Lambda after that zip file is uploaded to a lambda instance.

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 5 years ago

docker pull gbrammer/grizli-lambda