
Amazon CodeCommit
As we continue our lengthy tour through Amazon services under the AWS umbrella let’s look at CodeCommit. This is the code repository service offered by Amazon. The repository provides version control via git. It is also an important part of their developer tools group of services. What is git? Git is a distributed version control tool. That means it allows developers to track changes to code source and do so without having to stay connected to a central repository. In short, git allows developers to commit changes to a local repository and then publish them to a central server to make them available to other developers. If you don’t understand version control then move along, there is nothing to see... Read more