diff --git a/backend/src/index.js b/backend/src/index.js index ded85d9..c3dc647 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -1,4 +1,4 @@ -import { BedrockRuntimeClient, InvokeModelCommand } from '@aws-sdk/client-bedrock-runtime'; +const { BedrockRuntimeClient, InvokeModelCommand } = require('@aws-sdk/client-bedrock-runtime'); // Configuration const CONFIG = {