You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeCommit is an AWS hosted Git platform. Some users may have source code in there or could use it as a backup if they already have AWS accounts and infrastructure.
Since it's a Git service, most of the functionality should be similar to the existing Git providers in Gickup. But since repos are only available to AWS IAM users in the same AWS account, I can try to take a dive into code and see what kind of effort this would take if you'd like.
The text was updated successfully, but these errors were encountered:
Looks like it's "as easy as" ListRepositories and then GetRepository on each RepositoryName in Repositories output, and get the RepositoryMetadata to get the clone URLs and other info.
Add AWS CodeCommit as a source/destination.
CodeCommit is an AWS hosted Git platform. Some users may have source code in there or could use it as a backup if they already have AWS accounts and infrastructure.
Since it's a Git service, most of the functionality should be similar to the existing Git providers in Gickup. But since repos are only available to AWS IAM users in the same AWS account, I can try to take a dive into code and see what kind of effort this would take if you'd like.
The text was updated successfully, but these errors were encountered: