Skip to content

mattmapadmi/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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 54.1%
  • Shell 45.9%