This repository demonstrates how you can run the git
binary. Inside an AWS Lambda function.
For more details please read this blog post.
This will create a file called libraries.zip
. This file contains the binary and the required dependencies to run git in the AWS Lambda function.
make build
When you want to invoke this repository locally, execute:
make invoke
In order to remove all generated content execute:
make clean