Skip to content

Commit

Permalink
fix: use latest cdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgmcd committed Oct 1, 2024
1 parent 309c703 commit fc61995
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 fc61995

Please sign in to comment.