Site icon Techplayon

AWS CodeCommit and git working

What is AWS CodeCommit?

CodeCommit Key Pointers

Prerequisites

Install following package on your machine.

CodeCommit and Git Environment:

Following figure shows the end to end working of git and AWS CodeCommit considering complete CICD pipeline. A developer can add, edit and update the code, binary files and configuration files and commit to local repository and can push to AWS CodeCommit as and when required.

CodeCommit pushes the changes to AWS pipeline and and further to AWS CodeBuild. One binaries are build with necessary libraries and dependencies, it can be forwarded to AWS CodeDeploy to relaunch the cloud native application on EC2 instance.

How does it work?

Related Topics:



Exit mobile version