DEV Community

Discussion on: Implement a serverless CI/CD pipeline with AWS (Amazon Web Services).

 
dalen profile image
Erik Dalén

We use just CodeBuild for testing (on all branches), then CodePipeline on specific branches to do the actual deploy artifact builds and deploying them.

I agree that you definitely want to build & test all branches, but you can do that with CodeBuild without involving CodePipeline.