This repository was archived by the owner on Jan 28, 2025. It is now read-only.
  
  
  
  
  
Description
Hi out there,
currently working on an project where i run into the following error which doesn't appear when i run the next server locally.
Only when i deploy it to aws (via npm run serverless --stage production) i get the following error:
Failed to compile.
./node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js 32:34
Module parse failed: Unexpected token (32:34)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|         runtime: "node",
|         defaultsMode,
>         bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|         credentialDefaultProvider: config?.credentialDefaultProvider ?? (0, client_sts_1.decorateDefaultCredentialProvider)(credential_provider_node_1.defaultProvider),
|         defaultUserAgentProvider: config?.defaultUserAgentProvider ??
> Build error occurred
Error: > Build failed because of webpack errors
Any ideas or hints are much appreciated!