Mirror a Git Repo directly to AWS CodeCommit

前端 未结 3 2085
Happy的楠姐
Happy的楠姐 2021-01-18 01:41

I want to create a backup of one fo my Git Repository and save it to AWS CodeCommit. I don\'t want to include the use of my local machine. Can anyone tell me how can I do it

3条回答
  •  [愿得一人]
    2021-01-18 02:26

    AWS Quickstart provide a solution that copies your repo to s3 using lambda and webhooks.

    This solution could quite easily be modified to copy to CodeCommit rather than s3.

提交回复
热议问题