Questions tagged with AWS CodeArtifact
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I created a Terraform module and stored the *.tar.gz file in AWS CodeArtifact. Now I want to access that module in a subsequent Terraform module like this:
```
module "foo" {
source = "<some url...
1
answers
0
votes
64
views
asked 16 days agolg...
For context, I don't have a development/Java background, but I need to demo CodeArtifact using Java/Maven. I am trying to use Cloud9 and per the connection instructions for the CodeArtifact...
1
answers
0
votes
26
views
asked 21 days agolg...
Hi All,
anyone could help me as I'm pulling my hair in several days. :(
So I want to publish the class library as NuGet package to Code Artifact.
I was successfully push the nuget package from my...
1
answers
1
votes
68
views
asked 22 days agolg...
I have created a npm package in AWS code Artifact. Then I have import it in another project using AWS CLI and with proper AWS Configurations. And I can able to see the imported library in project's...
1
answers
0
votes
81
views
asked a month agolg...
Hello Pls i need help i get this while updating my CloudFormation Tempalate
When i fix the i get the Error BELOW in MY CI/CD Pipeline.
Please i would realy appreciate and solution to this and also i...
1
answers
0
votes
158
views
asked 2 months agolg...
Hi,
I created a nuget package and deployed it to a repository (let's call it private-repo) in CodeArtifact. I also created a separate repo with an external connection to nuget.org (let's call it...
0
answers
0
votes
28
views
asked 2 months agolg...
I'm trying to set CodeArtifact so that I created domain and repository by manual. But whenever I put command line to access repo it give me back error message like below. Would you help me? I already...
2
answers
0
votes
148
views
asked 3 months agolg...
I have followed the instructions from CodeArtifact documentation to establish
* nuget-store repository with external connector to NuGet
* internal repository with upstream to nuget-store...
Accepted AnswerAWS CodeArtifact
1
answers
0
votes
135
views
asked 3 months agolg...
Hello All,
I am trying to download packages from my ABC(Source account) AWS Account's CodeArtifact and trying to upload those pypi packges into DEF AWS Account (Destination account).
Problem which I...
1
answers
0
votes
180
views
asked 3 months agolg...
I am looking at ways to manage Go modules and looking at AWS Codeartifact, I don't see an option for Go while creating repository.
How can we manage Go modules in AWS?
1
answers
1
votes
75
views
asked 4 months agolg...
We have a few AWS Greengrass components written in Python. These are currently being installed using the `Install` lifecycle in the component recipe. The components have a few external dependecies...
1
answers
0
votes
119
views
asked 4 months agolg...
We have been using the following standard way to authenticate to CodeArtifact:
```
aws codeartifact login --tool npm --repository MyRepository --domain MyDomain --domain-owner 123456789 --query...
1
answers
0
votes
442
views
asked 5 months agolg...