AWS CodeArtifact: A fully managed software artifact repository service
1–10 of 92 posts
Re: AWS CodeArtifact: A fully managed software artifact repository service
#2Re: AWS CodeArtifact: A fully managed software artifact repository service
#3Most dependency management tools have some kind of hacky support for using S3 directly.
Full fledged artifact management tools like Artifactory and Nexus support S3 backed storage.
Interesting to see that the pricing is approximately double that of S3, for what I imagine is not much more than a thin layer on top of it.
Re: AWS CodeArtifact: A fully managed software artifact repository service
#4The git server you use supports artifacts already. You could also just put all of your artifacts on an S3 bucket if you needed somewhere to put them, which is exactly what this is but more expensive. I don't understand when this would save you money or simplify devops.
Re: AWS CodeArtifact: A fully managed software artifact repository service
#5Re: AWS CodeArtifact: A fully managed software artifact repository service
#6I don't get it. The git server you use supports artifacts already. You could also just put all of your artifacts on an S3 bucket if you needed somewhere to put them, which is exactly what this is but more expensive. I don't understand when this would save you money or simplify devops.
Re: AWS CodeArtifact: A fully managed software artifact repository service
#7Are others not packaging their code in intermediate packages before packing them into containers?
Re: AWS CodeArtifact: A fully managed software artifact repository service
#8It’s frustrating to not see more system package management (deb, rpm) from these new services (github and gitlab for instance). Are others not packaging their code in intermediate packages before packing them into containers?
Re: AWS CodeArtifact: A fully managed software artifact repository service
#9It’s frustrating to not see more system package management (deb, rpm) from these new services (github and gitlab for instance). Are others not packaging their code in intermediate packages before packing them into containers?
Re: AWS CodeArtifact: A fully managed software artifact repository service
#10It’s frustrating to not see more system package management (deb, rpm) from these new services (github and gitlab for instance). Are others not packaging their code in intermediate packages before packing them into containers?