Skip to content

Commit b0a5bf0

Browse files
committed
Use aws-cdk package instead of cdk
1 parent 20f0395 commit b0a5bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/pipeline_management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ Resources:
663663
python: 3.11
664664
nodejs: 18
665665
commands:
666-
- npm install [email protected] -g -y --quiet --no-progress
666+
- npm install aws-[email protected] -g -y --quiet --no-progress
667667
- aws s3 cp s3://$SHARED_MODULES_BUCKET/adf-build/ ./adf-build/ --recursive --quiet
668668
- pip install -r adf-build/requirements.txt -q -t ./adf-build
669669
- chmod 755 adf-build/cdk/execute_pipeline_stacks.py adf-build/cdk/generate_pipeline_stacks.py

0 commit comments

Comments
 (0)