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 am configuring a pipeline that will contain several Bitbucket sources, and I will only use one build in this pipeline. When I push to a Bitbucket repository, the pipeline checks all sources, I would...
0
answers
0
votes
57
views
profile picture
asked 19 days ago
Hi, I'm creating the Pythonvirtualoperator like this: ``` virtualenv_task = PythonVirtualenvOperator( task_id="virtualenv_python", dag=dag, op_args=redshift_con, ...
3
answers
0
votes
633
views
asked 4 months ago
I am not able to publish the code version using AWS Code Artifact ![I am not able to publish the version](/media/postImages/original/IMiYha3FzbQHyBbQfzd2WdqA)
Accepted AnswerAWS CodeArtifact
1
answers
0
votes
122
views
asked 4 months ago
I have an AWS CodeArtifact repository for Swift packages created successfully and pushed a package into the repo. But I am unable to add the package to my Swift Application, I followed the tutorial...
1
answers
0
votes
204
views
Matt
asked 5 months ago
1
answers
0
votes
242
views
DD-Boom
asked 5 months ago
I have figured how to download a package from CodeArtifact using AWS CLI but we are very much a PowerShell shop. This is how I tried to download a package using PowerShell: ``` $buildPackage =...
1
answers
0
votes
387
views
asked 9 months ago
Is there any limit on the number of the characters or number of statements that can be inside a single codeartfact repository. Currently we are adding a new statement for every onboarded customer....
1
answers
0
votes
286
views
asked 9 months ago
I successfully published a zip file to CodeArtifact using the AWS CLI: ``` aws codeartifact publish-package-version --domain my-domain --repository my-builds --format generic --namespace my-space...
1
answers
0
votes
282
views
asked 9 months ago
Hello, I'm trying to get an artifact with aws cli from an ec2 instance in a private subnet. Which CIDR should I configure in my security groups and NACL to be able to download artifacts from code...
2
answers
0
votes
397
views
Cava
asked 10 months ago
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
812
views
asked a year ago
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
367
views
profile pictureAWS
Ryan
asked a year ago
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
571
views
asked a year ago