lambda-git icon indicating copy to clipboard operation
lambda-git copied to clipboard

A git binary installed through PyPI for AWS Lambda

Results 5 lambda-git issues
Sort by recently updated
recently updated
newest added

I am passing my credentials in the git url when I call git clone. However, lambda-git is logging it back to stdout and revealing my credentials. Is there a way...

It allows git command to execute in async manner.

Hi, i've been trying to use lambda-git and it's been working great locally. When using it in lambda, as i'm using ssh keys, the lambda fails with ``` Could not...

I'm not sure how I'm supposed to use your installation `$ pip install lambda-git` for lambda. I tried zipping the files and adding them that way but when I use...

Right now the it seems that the only way to pass credentials to a command ist to have them in the url. eg. `https://user:[email protected]`. That's sadly not enough for me...