Hello,
love this project as their isnt a alternative for git for python on lambdas.
subprocess.call(["pip","install","lambda-git"]) this is used to install the module but when i try to import afterwards i get this error.
"errorMessage": "[Errno 2] No such file or directory: '/var/task/vendor/git-2.4.3.tar'"
am i missing something ?