Minimal grizli installation for AWS Lambda.
1.1K
(Under Development)
Docker container running amazonlinux:2017.09 and a minimal Grizli environment (py36) sufficient to run redshift fits in AWS lambda.
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.
Content type
Image
Digest
Size
1.1 GB
Last updated
over 5 years ago
docker pull gbrammer/grizli-lambda