Category: CI/CD
-
Exploring Git Repository Hosting Giants: GitHub, GitLab, Bitbucket, and AWS CodeCommit
In the world of software development, Git has become the de facto standard for version control. As a result, several platforms have emerged to provide hosting services for Git repositories, catering to diverse needs and preferences. In this blog post, we will dive into the key players in Git repository hosting: GitHub, GitLab, Bitbucket, and…
-
AWS CodeBuild pipeline
What is CodeBuild? In short CodeBuild is a fully managed continuous integration service provided by AWS, where you pay for the length of time your builds runs using compute resources. Think Jenkins but extremely AWS flavored with high integration with certain AWS services for example ‘AWS IAM’. If you want to know more about the…