How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

CI/CD pipeline design: Single vs. Separate pipelines for test/prod environments

calendar_today April 12, 2025 person 7ch domain amazon-codebuild

I’m seeking wisdom on CI/CD pipeline design. I primarily work in infrastructure and am currently tasked with designing and building a CI/CD pipeline for the first time. While I’ve used Git personally, I have limited professional experience with it.(T_T) I’m building the pipeline on AWS using CodePipeline with the following basic structure: GitLab Private (branch merge) → CodeBuild → Approval → CodeDeploy My specific question: Should I create separate pipelines for test and production environments, or is a single pipeline more appropriate?

open_in_new Read original post