Skip to content

Commit 8d66a68

Browse files
committed
chore(neptune): update CDK CLI version in deployspec to latest
Update the deployspec.yaml to use latest CDK CLI version to match the upgraded CDK library (2.236.0) which requires cloud assembly schema version 48.0.0.
1 parent dbb0b9d commit 8d66a68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/database/neptune/deployspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ deploy:
33
phases:
44
install:
55
commands:
6-
- npm install -g aws-cdk@2.147.3
6+
- npm install -g aws-cdk@latest
77
- pip install -r requirements.txt
88
build:
99
commands:
@@ -14,7 +14,7 @@ destroy:
1414
phases:
1515
install:
1616
commands:
17-
- npm install -g aws-cdk@2.147.3
17+
- npm install -g aws-cdk@latest
1818
- pip install -r requirements.txt
1919
build:
2020
commands:

0 commit comments

Comments
 (0)