最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How do you make a CodeArtifact Repository an upstream repository of another CodeArtifact repository - Stack Overflow

programmeradmin1浏览0评论

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.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论