| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple template for bundling any Python function for Lambda and Amazon Linux.
Note: This template currently bundles Python 3.8, but this can be changed inside build.sh.
If you're using a non-Linux operating system as your development machine, you'll need to bundle Python dependencies for Linux somehow. This setup uses the amazonlinux Docker image to bundle Python dependencies for Lambda.
To build the Lambda zip:
export LOCAL_PATH=~/Documents/projects/my-folder;If you plan on running this Docker setup on multiple projects, you should rename the container as specified inside the start.sh file (which is named as bundler currently) so that a different container that specifies a bind mount with the specific path is used for the project.
| Back | FazBrowse Home | New Git URL |