AWS CodePipeline Adds Integration with AWS CodeCommit

Posted on: Apr 18, 2016

You can now choose AWS CodeCommit as a source provider in your software release pipelines modeled in AWS CodePipeline. This lets you select CodeCommit repositories and branches in the source stage of your pipelines.

CodeCommit is a fully-managed source control service that makes it easy for companies to host secure and highly scalable private Git repositories. CodeCommit eliminates the need to operate your own source control system or worry about scaling its infrastructure. You can use CodeCommit to securely store anything from source code to binaries, and it works seamlessly with your existing Git tools.

You can start using this feature through the CodePipeline console, AWS CLI, or AWS SDKs. Learn to create a simple pipeline with CodeCommit as the source provider by visiting here

For more information on CodePipeline: