All Content tagged with AWS CodeArtifact
AWS CodeArtifact is a fully managed artifact repository service that makes it easy for organizations of any size to securely store, publish, and share software packages used in their software development process.
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
63 results
KeyurEXPERT
published 23 days ago0 votes64 views
AWS CodeArtifact repository deletion is permanent and cannot be undone. If a repository is accidentally deleted, all packages become permanently unavailable — blocking CI/CD pipelines and potentially ...
@mui/icons-material 9.0.0 has a very large package.json file, so large that it exceeds CodeArtifact's metadata size limit for the "NPM publish" endpoint.
Steps to reproduce:
- create a CodeArtifact r...
2
answers
0
votes
43
views
asked 2 months ago
I am using a free tier account with sufficient credits. When I try to use code artifact I get this screen.

I hav...
1
answers
-1
votes
139
views
asked 4 months ago
export CODEARTIFACT_AUTH_TOKEN=$(aws codeartifact get-authorization-token --domain ** --domain-owner *** --region us-west-2 --query authorizationToken --output text)
这段代码出了问题,通过排除法定位的,始终报错,但没具体原因,删除相关...
1
answers
0
votes
36
views
asked 5 months ago
version: 1.0
runtime: corretto11
build:
env:
- name: AWS_DEFAULT_REGION
value: us-west-2
- name: MAVEN_OPTS
value: "-Xmx1024m"
commands:
pre-build:
- echo "==========...
3
answers
0
votes
97
views
asked 5 months ago
I have some artifacts in Nexus OSS, Recently i moved to aws code artifact. Is it possible to proxy to Nexus oss from aws code artifact.
Is there a way to skip renewing token every 12 hours or extendin...
2
answers
0
votes
196
views
asked 8 months ago
1.If my organization have 10 developers how can i grant code artifact access to them, code artifact is in a seperate account in which normally developers dont have access
2.Is it like we need to renew...
Accepted AnswerAWS CodeArtifact
1
answers
0
votes
173
views
asked 8 months ago
Hi,
I’m trying to restrict AWS CodeArtifact so that each SSO group only has access to its own domain/repositories.
Currently, groups (e.g., allnet-Cloud-Technology-developer, imex-Cloud-Technology-d...
1
answers
0
votes
108
views
asked 9 months ago
We are using AWS CodeArtifact as the artifact repository for our JavaScript frontend libraries. During a recent CI/CD pipeline run, the `npm publish` step failed with the following error:
```
npm ERR...
1
answers
0
votes
593
views
asked a year ago
I'm looking for a way to manage the availability of new pip packages in AWS CodeArtifact before they are made accessible in a production environment. Specifically, I want to avoid automatically using ...
1
answers
0
votes
356
views
asked a year ago
Does CodeArtifact support php composer packages, if not is it something to expect in the future?
1
answers
1
votes
410
views
asked a year ago
I am working on moving our locally-hosted (but in AWS) maven artifact repository to CodeArtifact. We have scheduled tasks configured for old/obsolete artifact cleanup. Is there built-in functionality ...
1
answers
0
votes
686
views
asked 2 years ago