I have created my aws code commit repository in another account and now I want to use it in a different account in my pipeline. I found this article:
http://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-create-cross-account.html
But this article is using s3 which will be easy by using bucket policy. However for using codecommit repository created in one account and used in a pipeline in another account I did not find anything. Is it possible at all? I would appreciate any help