AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

Pipeline

A CodePipeline pipeline for CI/CD automation

Import

import { Pipeline } from 'aws-cdk-lib/aws-codepipeline';

Or use the module namespace:

import * as codepipeline from 'aws-cdk-lib/aws-codepipeline';
// codepipeline.Pipeline

Underlying CloudFormation Resources

This L2 construct creates and manages the following CloudFormation resources.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter