From 290adc5f13e708c81fbd6b031c53e2f8389a6590 Mon Sep 17 00:00:00 2001 From: Laurent Perroteau Date: Fri, 14 Jul 2023 13:49:21 -0500 Subject: [PATCH] enhancement: prevent default no longer working from aws-sdk-js-v3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b03febdd..e57f359e 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ custom: - isomorphic-webcrypto # They'll be included in the node_modules/, more below forceExclude: # Don't include these in the package - chrome-aws-lambda # Because it'll be provided through a Lambda Layer + - '@aws-sdk/client-dynamodb' # Defaults to 'aws-sdk'. For aws-sdk-js-v3 you need to list all packages excludeFiles: "**/*.test.ts" # Exclude files from Webpack that match the glob fixPackages: # Include fixes for specific packages - "formidable@1.x" # For ex, formidable@1.x doesn't work by default with Webpack