skip to Main Content

Amazon web services – What is the difference between aws-codepipeline/Pipeline and pipelines/CodePipelines in AWS CDK

I have an AWS CDK project and am defining a code pipeline with the CDK to automatically deploy it. Should I use the CodePipeline defined here: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines.CodePipeline.html or the Pipeline defined here: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codepipeline.Pipeline.html Also what exactly is the difference between…

VIEW QUESTION
Back To Top
Search