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
2
2
aws_cdk.aws_lambda_python_alpha == 2.188.0a0
3
3
constructs >= 10.0.0 ,< 11.0.0
4
- cdk_nag == 2.35.62
4
+ cdk_nag == 2.35.79
5
5
aws_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 {
10
10
}
11
11
12
12
const 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
+
25
14
{
26
15
id : "us.anthropic.claude-3-5-sonnet-20241022-v2:0" ,
27
16
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) {
449
449
...defaultRestInput . options ,
450
450
body : {
451
451
operation : projectData . operation ,
452
- projectName : projectData . projectName ,
453
- projectStage : projectData . projectStage ,
452
+ project_name : projectData . projectName ,
453
+ project_stage : projectData . projectStage ,
454
454
blueprint_arn : projectData . blueprint_arn ,
455
455
modality : projectData . modality ,
456
456
description : projectData . description ,
You can’t perform that action at this time.
0 commit comments