By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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

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.

54 results
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
71
views
asked 2 months 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
88
views
asked 3 months ago
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
89
views
profile picture
asked 5 months ago
Hi, I'm creating the Pythonvirtualoperator like this: ``` virtualenv_task = PythonVirtualenvOperator( task_id="virtualenv_python", dag=dag, op_args=redshift_con, python_callable=calla...
3
answers
0
votes
767
views
asked 8 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
176
views
asked 8 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 o...
1
answers
0
votes
255
views
asked 9 months ago
**Build projects** ![Build projects](/media/postImages/original/IM8Rq01KEPTfG_5-tUT08OhA) ![source](/media/postImages/original/IMtMNLW_m8SLiYudVLqk41AA) ![env](/media/postImages/original/IMSz-Qde2aQ...
1
answers
0
votes
344
views
asked 9 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 = Get-C...
1
answers
0
votes
521
views
asked a year 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. Als...
1
answers
0
votes
343
views
asked a year 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 --p...
1
answers
0
votes
366
views
asked a year 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 arti...
2
answers
0
votes
547
views
asked a year 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 t...
1
answers
0
votes
1.1K
views
asked a year ago