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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/user-guide/aws/codeartifact/index.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,14 @@ The following output is displayed:
193
193
}
194
194
```
195
195
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.
197
204
198
205
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).
0 commit comments