Installation
Prerequisites
Section titled “Prerequisites”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
Installation
Section titled “Installation”TypeScript
Section titled “TypeScript”Install the package using npm:
npm install cdk-express-pipeline
Then import the library in your code:
import { CdkExpressPipeline } from 'cdk-express-pipeline';
Python
Section titled “Python”Install the package using pip:
pip install cdk-express-pipeline
Then import the library in your code:
from cdk_express_pipelines import CdkExpressPipeline
Next Steps
Section titled “Next Steps”See the Getting Started tutorial for a step-by-step guide on how to set up and use CDK Express Pipeline.