Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Setting up and testing Python 3 environment in AWS Lambda

Notifications You must be signed in to change notification settings

wegotpop/aws-lambda-py3-env

Repository files navigation

AWS Lambda Python 3 Deploy Environment

TODO: Add real documentation here !!!!!

Dependencies:

  • docker

Usage:

# Build everything
$ bash makebin.sh

# Skip `build` and `run` phases
$ bash makebin.sh --skip build --skip run

# Run lambda environment
$ bash test_lambda.sh

For those who are developing the environment itself:

# After the `makebin.sh` get interactive shell into the building container
$ bash test_container.sh

About

Setting up and testing Python 3 environment in AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published