Question
AWS has PaaS services called CodeBuild and CodePipeline. What are the differences between these?
Answer
“AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy.” (This was taken from https://aws.amazon.com/codebuild/.)
“AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates.”
…
Continue reading “What Is The Difference between AWS CodeBuild and AWS CodePipeline?”