Skip to content

Commit

Permalink
fix: gen ai blueprint cdk version (#600)
Browse files Browse the repository at this point in the history
* update cdk version to 2.160.0 for gen ai blueprint

---------

Co-authored-by: Matthew McDonald <mattgmcd@amazon.com>
  • Loading branch information
mattmcdonald39 and mattgmcd authored Sep 26, 2024
1 parent 0a04f34 commit 07c80b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blueprints/gen-ai-chatbot/src/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { WorkflowBuilder, convertToWorkflowEnvironment } from '@amazon-codecatal
import { Blueprint as ParentBlueprint } from '@amazon-codecatalyst/blueprints.blueprint';
import { Options } from './blueprint';

const cdkVersion = '2.155.0';
const cdkVersion = '2.160.0';

/**
* Models used by the chatbot
Expand Down

0 comments on commit 07c80b6

Please sign in to comment.