Skip to content

Commit 668a924

Browse files
committed
Update CDK version
1 parent d93bf57 commit 668a924

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

cdk.context.json

-6
This file was deleted.

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fi
122122
echo "Using nodejs version $nodejs_version"
123123

124124
# Create a local installation of cdk
125-
CDK_VERSION=2.151.0 # When you change the CDK version here, make sure to also change it in source/requirements.txt
125+
CDK_VERSION=2.179.0 # When you change the CDK version here, make sure to also change it in source/requirements.txt
126126
if ! cdk --version &> /dev/null; then
127127
echo "CDK not installed. Installing global version of cdk@$CDK_VERSION."
128128
if ! npm install -g aws-cdk@$CDK_VERSION; then

source/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e .
2-
aws-cdk-lib==2.151.0
2+
aws-cdk-lib==2.179.0
33
boto3
44
colored
55
constructs>=10.0.0

0 commit comments

Comments
 (0)