From 97b6249fbad6447bb6cad1dc7034208519910156 Mon Sep 17 00:00:00 2001 From: Diego Maroto Date: Tue, 31 Dec 2024 16:45:17 +0100 Subject: [PATCH] Return to import style --- backend/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {