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