Questions 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 questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
62 results
@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
32
views
asked a month 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
121
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
33
views
asked 4 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
95
views
asked 4 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
169
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
162
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
102
views
asked 8 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
571
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
315
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
382
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
669
views
asked 2 years ago
I'm experimenting with AWS Services to build my project, a backend Java using Docker for containers and Maven for dependencies, and Angular 16 for my front end, right now I have a VPC with 6 subnets, ...
2
answers
0
votes
393
views
asked 2 years ago