Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 5eddbb9

Browse files
committed
explain external connections and upstream repositories
1 parent 388dd11 commit 5eddbb9

File tree

1 file changed

+8
-1
lines changed
  • content/en/user-guide/aws/codeartifact

1 file changed

+8
-1
lines changed

content/en/user-guide/aws/codeartifact/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,14 @@ The following output is displayed:
193193
}
194194
```
195195

196-
### External Connections and Upstream Repositories
196+
### Upstream Repositories and External Connections
197+
198+
A repository can have other CodeArtifact repositories as upstream repositories.
199+
This enables a package manager client to access the packages that are contained in more than one repository using a single repository endpoint.
200+
201+
Furthermore, you can add a external connection between a CodeArtifact repository and an external, public repository such as [https://npmjs.com](https://npmjs.com).
202+
Then, when you request a package from the CodeArtifact repository that's not already present in the repository, the package can be fetched from the external connection.
203+
This makes it possible to consume open-source dependencies used by your application.
197204

198205
Repositories can be associated with external connections using [AssociateExternalConnection](https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssociateExternalConnection.html) and [DisassociateExternalConnection](https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DisassociateExternalConnection.html).
199206

0 commit comments

Comments
 (0)