Skip to content

damey2011/python-lambda-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Lambda Builder

This library is a CLI tool to solve the problem of building together a python project and its dependencies for lambda deployment. This command with could be integrated into pipeline for deployment.

Usage

For poetry (pyproject.toml):

python_lambda_builder --func-src src/ --build_dest dist/

For pip (requirements.txt):

python_lambda_builder --func-src src/ --build_dest dist/ --manager pip

Other arguments you can pass include:

  • pyproject_path: (defaults to ./pyproject.toml) This can be the relative or absolute path to the pyproject.toml file.
  • requirements_path: (defaults to ./requirements.txt) This can be the relative or absolute path to the requirements.txt file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published