Ralph Lawrence
Ralph Lawrence
Seeing the same error, again using NX and intermittent
Came across this issue when analysing my build bundle. Would be great to trim this additional import out!
Seeing the same behaviour. My solution in the meantime was to do packaging without this plugin, and use a custom esbuild script, inspired by https://adieuadieu.medium.com/using-esbuild-in-your-serverless-framework-project-13723db5e32a. It's not ideal, and I'll...
Appreciate the reply @nelsonic The packages being used are: ``` const { DocumentClient } = require('aws-sdk/clients/dynamodb') const SQS = require('aws-sdk/clients/sqs') const ApiGatewayManagementApi = require('aws-sdk/clients/apigatewaymanagementapi') ``` This hits the issue described...