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
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.