Open redneckz opened 4 years ago
It seems that only local node_modules are copied. I need to copy some subset of node_modules (even hoisted to the root of monorepo) before deploying AWS lambda to the cloud.
Same problem for me
When I have a reference to other local module in package.json this module doesn't seems to be copied:
"dependencies": { "api": "file:../api", ...
It seems that only local node_modules are copied. I need to copy some subset of node_modules (even hoisted to the root of monorepo) before deploying AWS lambda to the cloud.