Question
AWS has PaaS services called CodeCommit and CodePipeline. What are the differences between these?
Answer
"AWS CodeCommit is a fully-managed source control service that hosts secure Git-based repositiories." (Taken from https://aws.amazon.com/codecommit/.)
"AWS CodePipeline is a fully managed [sic] continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates." (Taken from https://aws.amazon.com/codepipeline/.)
AWS CodeCommit is a PaaS repository of code. AWS CodePipeline is a specific type of CI pipeline that may use a code repository such as CodeCommit.