Skip to content

judge2020/LambdaMirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Mirror

a tool for AWS Lambda to mirror (backup) a GitHub repository to another repository.

This currently is limited to GitHub and personal access tokens. Support for SSH and non-GitHub may be added in the future.

Requirements

USAGE

  1. yarn install
  2. copy .env.example to .env and fill in the parameters
  3. serverless deploy

The format of the source and target repo is github_username/repo_name, eg judge2020/lambdamirror (capitalization does not matter)

About

Use aws lambda to mirror a git repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages