Does CloudFormation's "Git sync" support CodeCommit repositories?

0

From the CloudCommit Git sync docs (and Git sync walkthrough):

Git sync supports GitHub, GitHub Enterprise, GitLab, and Bitbucket repositories.

Do I understand correctly that AWS CloudFormation Git sync does not support AWS's own CodeCommit?

If that's correct, why not?

UPDATE:

I tried creating a stack using git sync, but the console only allows selection from the four providers mentioned above. See screenshot below.

I guess that answers the first part of my question, although I'm still hoping there's a way around this.

screenshot from cf console using git sync

Dennis
asked 14 days ago90 views
1 Answer
0

Hi,

your question is very relevant given the CodeCommit doc: https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up.html

Compatibility for CodeCommit, Git, and other components

When you work with CodeCommit, you use Git. You might use other programs, too. The following 
table provides the latest guidance for version compatibility. 

CodeCommit supports Git versions 1.7.9 and later. Git version 2.28 supports configuring 
the branch name for initial commits. We recommend using a recent version of Git.

So, I guess (I didn't try) that it should work and that the doc is incomplete.

Will you try?

Best,

Didier

profile pictureAWS
EXPERT
answered 14 days ago
profile picture
EXPERT
reviewed 14 days ago
  • @Didier_Durand Thanks, I did try. No luck. See updated question.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions