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

Latest commit

 

History

History
27 lines (18 loc) · 479 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 479 Bytes

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