From 5db0c1379d46ffc719dfb8ced523e6cf8e21d211 Mon Sep 17 00:00:00 2001 From: Matt Camp Date: Wed, 13 Nov 2024 16:14:28 +0100 Subject: [PATCH] Updated pipeline CDK to 2.166.0 --- lib/cdk-pipeline-stack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdk-pipeline-stack.ts b/lib/cdk-pipeline-stack.ts index 125433f7..a3f99cc7 100644 --- a/lib/cdk-pipeline-stack.ts +++ b/lib/cdk-pipeline-stack.ts @@ -12,7 +12,7 @@ import { DeepracerEventManagerStack } from './drem-app-stack'; // Constants const NODE_VERSION = '18'; // other possible options: stable, latest, lts -const CDK_VERSION = '2.122.0'; // other possible options: latest +const CDK_VERSION = '2.166.0'; // other possible options: latest const AMPLIFY_VERSION = '12.8.2'; export interface InfrastructurePipelineStageProps extends cdk.StackProps {