Skip to content

Command line tool to create python packages in native amazon-linux for AWS Lambda

Notifications You must be signed in to change notification settings

karlbaker02/lambda-native-package-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-native-package-builder

Automates building python packages [specifically C based] for AWS - lambda in native amazon-linux environment

Lambda Package Builder :

*** build specifically for python 3.6 Lambda Functions

*** doesnt add Lambda function code

*** only for python packages

Requirements :

-> Docker

Steps to build deployment package :

1] make changes to requirements.txt [ include all the required python packages ]

2] convert builder.sh to executable [chmod +x builder.sh]

3] Run the builder script [./builder.sh]

4] Use the deployment_package.zip that appears in the current directory to create the lambda deployment package

About

Command line tool to create python packages in native amazon-linux for AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%