Software Alternatives & Reviews

Building applications with pipelines

AWS CodePipeline AWS CodeCommit
  1. Continuous delivery service for fast and reliable application updates
    I am using AWS CodeCommit as a source repository. The reason for this choice is that it integrates with AWS CodePipeline. We also want the ability to test our infrastructure. So I usually use feature branches to do that. Here the first challange appears. We only need 1 repository and a pipeline to deploy our infrastructure. But we also need a pipeline that deploys our feature branch. In CloudFormation you can do this using conditions.

    #Continuous Integration #DevOps Tools #Continuous Deployment 28 social mentions

  2. AWS CodeCommit is a fully-managed source control service that makes it easy for companies to host secure private Git repositories.
    I am using AWS CodeCommit as a source repository. The reason for this choice is that it integrates with AWS CodePipeline. We also want the ability to test our infrastructure. So I usually use feature branches to do that. Here the first challange appears. We only need 1 repository and a pipeline to deploy our infrastructure. But we also need a pipeline that deploys our feature branch. In CloudFormation you can do this using conditions.

    #Git #Code Collaboration #Git Tools 22 social mentions

Discuss: Building applications with pipelines

Log in or Post with