Managing Artifacts Using CodeArtifact
In this chapter, you will learn about code artifact repositories and how the CodeArtifact service from AWS helps you to manage artifacts. You will understand how you can push your code artifacts to the AWS CodeArtifact service. In this chapter, we will cover the following topics:
- What is an artifact?
- Artifact repository
- AWS CodeArtifact
- The benefits of CodeArtifact
- The limitations of CodeArtifact
- CodeArtifact domains
- CodeArtifact repositories
In the previous chapters, we learned about microservice development using Java and Maven projects. We learned that to compile and run our application, to build the application we need, a set of dependencies needs to be available to us; these dependencies are pulled from a centralized public Maven artifact repository. CodeArtifact is the managed artifact repository provided by AWS where we can push our generated artifacts and download different application dependencies...