File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 "typescript-eslint" : " ^8.48.1" ,
3232 "vite" : " ^7.2.6" ,
3333 "vite-tsconfig-paths" : " ^5.1.4" ,
34- "vitest" : " ^4.0.14 "
34+ "vitest" : " ^4.0.15 "
3535 },
3636 "dependencies" : {
3737 "@anthropic-ai/claude-agent-sdk" : " ^0.1.56" ,
Original file line number Diff line number Diff line change @@ -78,15 +78,6 @@ export class CloudfrontCdnTemplateStack extends cdk.Stack {
7878 } ) ;
7979
8080 const devOptions = {
81- // environment: {
82- // NODE_OPTIONS: '--enable-source-maps',
83- // },
84- // bundling: {
85- // sourceMap: true,
86- // sourceMapMode: nodejs.SourceMapMode.BOTH,
87- // sourcesContent: true,
88- // keepNames: true,
89- // },
9081 applicationLogLevelV2 : lambda . ApplicationLogLevel . TRACE ,
9182 } ;
9283
Original file line number Diff line number Diff line change 3232 "typescript-eslint" : " ^8.48.1" ,
3333 "vite" : " ^7.2.6" ,
3434 "vite-tsconfig-paths" : " ^5.1.4" ,
35- "vitest" : " ^4.0.14 "
35+ "vitest" : " ^4.0.15 "
3636 },
3737 "dependencies" : {
3838 "@arizeai/openinference-instrumentation-bedrock" : " ^0.4.3" ,
3939 "@arizeai/openinference-instrumentation-langchain" : " ^3.4.6" ,
4040 "@aws-lambda-powertools/logger" : " ^2.29.0" ,
41- "@aws-sdk/credential-provider-node" : " ^3.940 .0" ,
41+ "@aws-sdk/credential-provider-node" : " ^3.943 .0" ,
4242 "@langchain/aws" : " ^1.1.0" ,
4343 "@langchain/classic" : " ^1.0.5" ,
4444 "@langchain/core" : " ^1.1.1" ,
Original file line number Diff line number Diff line change @@ -31,6 +31,14 @@ export const models = [
3131 platform : 'aws' ,
3232 temperatureSupport : true ,
3333 } ,
34+ {
35+ id : 'nova2-lite' ,
36+ name : 'Amazon Nove 2 Lite (Amazon Bedrock)' ,
37+ modelId : 'global.amazon.nova-2-lite-v1:0' ,
38+ selected : false ,
39+ platform : 'aws' ,
40+ temperatureSupport : true ,
41+ } ,
3442 {
3543 id : 'gpt-oss-20b' ,
3644 name : 'OpenAI gpt-oss-20b (Amazon Bedrock)' ,
Original file line number Diff line number Diff line change 3131 "typescript-eslint" : " ^8.48.1" ,
3232 "vite" : " ^7.2.6" ,
3333 "vite-tsconfig-paths" : " ^5.1.4" ,
34- "vitest" : " ^4.0.14 "
34+ "vitest" : " ^4.0.15 "
3535 },
3636 "dependencies" : {
37- "@aws-sdk/client-bedrock-runtime" : " ^3.941 .0" ,
37+ "@aws-sdk/client-bedrock-runtime" : " ^3.943 .0" ,
3838 "@inquirer/prompts" : " ^7.10.1" ,
3939 "@langchain/aws" : " ^1.1.0" ,
4040 "@langchain/core" : " ^1.1.1" ,
4141 "@langchain/langgraph" : " ^1.0.2" ,
4242 "@langchain/mcp-adapters" : " ^1.0.2" ,
4343 "@langchain/openai" : " ^1.1.3" ,
44- "@modelcontextprotocol/sdk" : " ^1.24.0 " ,
44+ "@modelcontextprotocol/sdk" : " ^1.24.1 " ,
4545 "@smithy/eventstream-codec" : " ^4.2.5" ,
4646 "dotenv" : " ^16.6.1" ,
4747 "langchain" : " ^1.1.2" ,
Original file line number Diff line number Diff line change 1818 "license" : " ISC" ,
1919 "dependencies" : {
2020 "@anthropic-ai/sdk" : " ^0.69.0" ,
21- "@aws-sdk/client-bedrock-runtime" : " ^3.941 .0" ,
22- "@inquirer/prompts" : " ^8.0.1 " ,
23- "@modelcontextprotocol/sdk" : " ^1.24.0 " ,
21+ "@aws-sdk/client-bedrock-runtime" : " ^3.943 .0" ,
22+ "@inquirer/prompts" : " ^8.0.2 " ,
23+ "@modelcontextprotocol/sdk" : " ^1.24.1 " ,
2424 "dotenv" : " ^17.2.3"
2525 },
2626 "devDependencies" : {
Original file line number Diff line number Diff line change 1414 "license" : " ISC" ,
1515 "dependencies" : {
1616 "@anthropic-ai/sdk" : " ^0.69.0" ,
17- "@aws-sdk/client-bedrock-runtime" : " ^3.941 .0" ,
18- "@inquirer/prompts" : " ^8.0.1 " ,
19- "@modelcontextprotocol/sdk" : " ^1.24.0 " ,
17+ "@aws-sdk/client-bedrock-runtime" : " ^3.943 .0" ,
18+ "@inquirer/prompts" : " ^8.0.2 " ,
19+ "@modelcontextprotocol/sdk" : " ^1.24.1 " ,
2020 "dotenv" : " ^17.2.3"
2121 },
2222 "devDependencies" : {
Original file line number Diff line number Diff line change 3737 "typescript-eslint" : " ^8.48.1" ,
3838 "vite" : " ^7.2.6" ,
3939 "vite-tsconfig-paths" : " ^5.1.4" ,
40- "vitest" : " ^4.0.14 "
40+ "vitest" : " ^4.0.15 "
4141 },
4242 "dependencies" : {
4343 "@aws-lambda-powertools/logger" : " ^2.29.0" ,
4444 "@hono/mcp" : " ^0.1.5" ,
4545 "@hono/node-server" : " ^1.19.6" ,
46- "@modelcontextprotocol/sdk" : " ^1.24.0 " ,
46+ "@modelcontextprotocol/sdk" : " ^1.24.1 " ,
4747 "hono" : " ^4.10.7" ,
4848 "pg" : " ^8.16.3" ,
4949 "uuid" : " ^13.0.0" ,
Original file line number Diff line number Diff line change 1212 "start" : " node build/index.js"
1313 },
1414 "dependencies" : {
15- "@modelcontextprotocol/sdk" : " ^1.24.0 " ,
15+ "@modelcontextprotocol/sdk" : " ^1.24.1 " ,
1616 "zod" : " ^4.1.13"
1717 },
1818 "devDependencies" : {
Original file line number Diff line number Diff line change 1717 " build"
1818 ],
1919 "dependencies" : {
20- "@modelcontextprotocol/sdk" : " ^1.24.0 " ,
20+ "@modelcontextprotocol/sdk" : " ^1.24.1 " ,
2121 "express" : " ^5.2.1" ,
2222 "zod" : " ^4.1.13"
2323 },
You can’t perform that action at this time.
0 commit comments