Skip to content

binxio/aws-lambda-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running git in an AWS Lambda function

This repository demonstrates how you can run the git binary. Inside an AWS Lambda function.

For more details please read this blog post.

Building the dependencies

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

Invoke the Lambda function locally

When you want to invoke this repository locally, execute:

make invoke

Cleanup

In order to remove all generated content execute:

make clean

About

This repository demonstrates how you can run the git binary. Inside an AWS Lambda function.

Topics

Resources

Security policy

Stars

Watchers

Forks