Skip to content

bcongdon/git_lambda

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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