You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating middy/core and its connected packages (ex. middy/http-content-negotiation,middy/http-cors) from 4.x.x to 5.x.x encountered a new error during endpoint testing of Lambda handlers. Most likely an issue coming from the removal of support for CommonJS. For the lambda deployment I am using serverless.
After updating middy/core and its connected packages (ex. middy/http-content-negotiation,middy/http-cors) from 4.x.x to 5.x.x encountered a new error during endpoint testing of Lambda handlers. Most likely an issue coming from the removal of support for CommonJS. For the lambda deployment I am using serverless.
Error: No "exports" main defined in /path/to/the/repo/node_modules/@middy/core/package.json
The text was updated successfully, but these errors were encountered: