Skip to content

Python 3.6 Package Creator for AWS Lambda

Notifications You must be signed in to change notification settings

chedabob/LambdaZipper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.7 Package Creator for AWS Lambda

Based off https://github.com/tiivik/LambdaZipper

Updated for Python 3.7, and Amazon Linux 2 for functions created after June 11th 2019 (https://aws.amazon.com/blogs/compute/upcoming-updates-to-the-aws-lambda-execution-environment/)

Quick start

./build.sh to create the docker image

Edit run.sh with the package you need, and if you're on Windows, give an absolute path to the working directory, then run ./run.sh

This project consists of two key components

  1. Docker environment mimicing AWS Lambda environment. If you are looking for an advanced Lambda environment replication, take a look at lambci/docker-lambda.
  2. Packaging script to build AWS Lambda ready packages from Python 3.7 modules.

About

Python 3.6 Package Creator for AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 54.1%
  • Shell 45.9%