New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
55 results
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 ...
Does CodeArtifact support php composer packages, if not is it something to expect in the future?
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 ...
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, ...
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...
Hi, I'm creating the Pythonvirtualoperator like this:
```
virtualenv_task = PythonVirtualenvOperator(
task_id="virtualenv_python",
dag=dag,
op_args=redshift_con,
python_callable=calla...
I am not able to publish the code version using AWS Code Artifact

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...
**Build projects**


![env](/media/postImages/original/IMSz-Qde2aQ...
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...
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...
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...