admin管理员组文章数量:1356135
I have a CodeArtifact repository in a central AWS account with company-wide shared libraries. I want to create a CodeArtifact repository in my AWS account that has my team's libraries but the central repository as an upstream repository.
When using CloudFormation to create our respository I tried
ProjectRepository:
Type: "AWS::CodeArtifact::Repository"
Properties:
RepositoryName: "projectrepo"
DomainName: !GetAtt ProjectDomain.DomainName
Upstreams:
- arn:aws:codeartifact:us-east-1:111111111111:repository/centraldomain/centralrepo
but that wasn't right.
本文标签:
版权声明:本文标题:How do you make a CodeArtifact Repository an upstream repository of another CodeArtifact repository - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744034202a2579463.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论