Questions tagged [aws-codeartifact]
132 questions
0
votes
2 answers
AWS Codeartifact npm private repository fail to download dependencies
I have this situation:
I created a npm package and deployed it into AWS CodeArtifact. This artifact depends of aws-sdk package.
When I tried to use the new packege from other project, fallowing carefully what AWS docs says in Publishing private…

RDV
- 193
- 1
- 3
- 16
0
votes
0 answers
Publishing npm private package to AWS CodeArtifact (private field set to true in package.json)
Context
I am attempting to publish a private package to AWS CodeArtifact and having difficulties.
The package.json file has its private field set to false to prevent accidental publishing to npmjs.com registry in case a developer in our team makes a…

Igor Soloydenko
- 11,067
- 11
- 47
- 90
0
votes
1 answer
npm login still required despite AWS CodeArtifact login configuration
As said in the title, despite a successful npm configuration by AWS CodeArtifact (Successfully configured npm to use AWS CodeArtifact repository https://xxxxxx.d.codeartifact.xxxx.amazonaws.com/npm/xxxx-npm/)
and correct configuration in the…

Fares
- 893
- 1
- 11
- 24
0
votes
1 answer
Error in AWS Amplify build when referencing private package in AWS CodeArtifact
I have a private npm package that I have published to AWS CodeArtifact so I can use it across a ReactJS App and NodeJS/Express API app.
Version 1.0.0 of this package is published to CodeArtifact.
In my ReactJS App, I have a dependency in…

havab
- 33
- 1
- 5
0
votes
1 answer
npm publish is not using private aws code-artifact repo
I have a jenkins job trying to push a a npm package to a private aws code-artifact repo.
This works locally on my machine however when run through jenkins this errors out.
The jenkins setup is to run a container as a slave with node installed in it.…

Yogesh_D
- 17,656
- 10
- 41
- 55
0
votes
1 answer
How to use multiple AWS Code Artifacts packages in one project
I'm working with AWS CodeArtifact and am trying to download 3 packages from the same domain but it looks like I'm required to have 3 registries in my .npmrc file rather then one that can find all in doing so 2 out of the 3 registries can not be…

Nilesh Kesar
- 387
- 2
- 15
0
votes
1 answer
How do I use AWS CodeArtifact with Apache Ivy?
I have set up an AWS CodeArtifact repository, and used Maven to publish a jar to it.
I want to use that jar in an Ant task, and I'm trying to use Apache Ivy to download the dependency.
I've successfully used Ivy to download public libraries from the…

Jesse Barnum
- 6,507
- 6
- 40
- 69
0
votes
2 answers
AWS Codeartifact not pointing to private repository
Following the AWS instructions, I can authenticate codeartifact on Linux via
aws codeartifact login --tool twine --repository pypi-mystore --domain mydomain --dom
ain-owner xxxxxxxxxxx
But when trying to pip install some packages I get the following…

im281
- 455
- 1
- 5
- 14
0
votes
1 answer
Issue with yarn e npm
Good morning, yesterday I was trying to deploy an application of mine through aws ... However today when I went back to my dev course, when executing a yarn add or npm install the following error appears:
enter image description…
-1
votes
0 answers
Assistance Needed with .NET Framework Installation and Command Execution
I am facing an issue with installing and running .NET Framework libraries for a project that involves AWS Lambda functions.
In AWS code pipeline I am using Codecommit and aws code pipeline. I have successfully installed the .NET Framework, but I am…
-1
votes
1 answer
How to configure npm back to npm default registory?
I created an npm package (using typescript and node18 ) and uploaded it to Code Artifact and connected npm to the private registry.
Now I am working on another project and I find the following error whenever I try to commit:
npm ERR! code E401
npm…

Karim Fayed
- 55
- 10
-3
votes
2 answers
What is AWS CodeArtifact? What is it and what is it useful for
I have some question to a service called AWS CodeArtifact?
What is it and what is it useful for.
Any links to the documentation?

shariqmaws
- 8,152
- 1
- 16
- 35