Skip to content

Installation

Before installing CDK Express Pipeline, ensure you have:

  • AWS CDK installed and configured
  • Node.js (for TypeScript) or Python (for Python) installed
  • AWS CLI configured with appropriate credentials
  • Basic understanding of AWS CDK concepts

Install the package using npm:

Terminal window
npm install cdk-express-pipeline

Then import the library in your code:

import { CdkExpressPipeline } from 'cdk-express-pipeline';

Install the package using pip:

Terminal window
pip install cdk-express-pipeline

Then import the library in your code:

from cdk_express_pipelines import CdkExpressPipeline

See the Getting Started tutorial for a step-by-step guide on how to set up and use CDK Express Pipeline.