File tree Expand file tree Collapse file tree 6 files changed +30
-17
lines changed Expand file tree Collapse file tree 6 files changed +30
-17
lines changed Original file line number Diff line number Diff line change 1+ * .js
2+ ! jest.config.js
3+ * .d.ts
4+ node_modules
5+
6+ # CDK asset staging directory
7+ .cdk.staging
8+ cdk.out
Original file line number Diff line number Diff line change 1+ * .js
2+ ! jest.config.js
3+ * .d.ts
4+ node_modules
5+
6+ # CDK asset staging directory
7+ .cdk.staging
8+ cdk.out
Original file line number Diff line number Diff line change 1+ * .js
2+ ! jest.config.js
3+ * .d.ts
4+ node_modules
5+
6+ # CDK asset staging directory
7+ .cdk.staging
8+ cdk.out
Original file line number Diff line number Diff line change 1- aws-cdk-lib == 2.188 .0
1+ aws-cdk-lib == 2.189 .0
22aws_cdk.aws_lambda_python_alpha == 2.188.0a0
33constructs >= 10.0.0 ,< 11.0.0
4- cdk_nag == 2.35.62
4+ cdk_nag == 2.35.79
55aws_solutions_constructs.aws_eventbridge_lambda == 2.81.0
6- cdklabs.generative-ai-cdk-constructs == 0.1.300
6+ cdklabs.generative-ai-cdk-constructs == 0.1.306
Original file line number Diff line number Diff line change @@ -10,18 +10,7 @@ interface QATabProps {
1010}
1111
1212const models = [
13- {
14- id : "anthropic.claude-3-5-sonnet-20241022-v2:0" ,
15- name : "Claude 3 Sonnet (Oct 2024) - On Demand"
16- } ,
17- {
18- id : "amazon.nova-pro-v1:0" ,
19- name : "Amazon Nova Pro - On Demand"
20- } ,
21- {
22- id : "anthropic.claude-3-7-sonnet-20250219-v1:0" ,
23- name : "Claude 3.7 Sonnet (Feb 2025) - On Demand"
24- } ,
13+
2514 {
2615 id : "us.anthropic.claude-3-5-sonnet-20241022-v2:0" ,
2716 name : "Claude 3 Sonnet (Oct 2024) - CRIS US"
Original file line number Diff line number Diff line change @@ -449,8 +449,8 @@ export async function createProject(projectData: ProjectCreateRequest) {
449449 ...defaultRestInput . options ,
450450 body : {
451451 operation : projectData . operation ,
452- projectName : projectData . projectName ,
453- projectStage : projectData . projectStage ,
452+ project_name : projectData . projectName ,
453+ project_stage : projectData . projectStage ,
454454 blueprint_arn : projectData . blueprint_arn ,
455455 modality : projectData . modality ,
456456 description : projectData . description ,
You can’t perform that action at this time.
0 commit comments