Skip to content

๐Ÿ™ Git binary package for the Python AWS Lambda runtime

License

Notifications You must be signed in to change notification settings

bcongdon/git_lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

git_lambda

๐Ÿ™ Git binary package for the Python AWS Lambda runtime

git_lambda includes a tar archive of git binaries for use in AWS Lambda. Calling git_lambda.setup() unzips the binaries, puts them in the right spot, and updates the current process' PATH so that git can be called via a subprocess

Usage

import git_lambda

git_lambda.setup()

# git is now available in your $PATH for calling via a subprocess!

Attribution

Package inspired by and binary provided pimterry/lambda-git

About

๐Ÿ™ Git binary package for the Python AWS Lambda runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages