Impossible mirroring to AWS CodeCommit
We are interested in mirroring code from Gitlab.com to AWS CodeCommit (push).
This is unfortunately impossible, because:
- AWS CodeCommit doesn't support HTTPS if there isn't a AWS IAM user configured
- SSH doesn't work: AWS requires you to specify a different user, that is the ID of the SSH key you upload to AWS. There is no way I see in Gitlab to specify the user.