AWS serverless webpack with helper module for lambda (NodeJs)

23 Views Asked by At

The current file structure that I have followed is -

MainApp

  • package.json
  • index.js

HelperApp

  • package.json
  • helper1.js
  • helper2.js

While creating webpack for my MainApp which uses HelperApp (added in dependency of MainApp) faced issue while creating dist as common modules were not there.

0

There are 0 best solutions below