Skip to content

Commit

Permalink
fix: use latest cdk version (#601)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew McDonald <mattgmcd@amazon.com>
  • Loading branch information
mattmcdonald39 and mattgmcd authored Oct 1, 2024
1 parent 309c703 commit 673444d
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.160.0';
const cdkVersion = 'latest';

/**
* Models used by the chatbot
Expand Down

0 comments on commit 673444d

Please sign in to comment.