Problemunvalidated
many of the dependencies are organised as symbolic/hard links — To publish `project 1` to Lambda, I need it to be a standalone project with all dependencies present within the `node_modules` folder. Tension: Links are not useful when I zip `project 1`. Outcome: I tried generating a deployable folder, and copying all dependencies from the root `node_modules` folder using `cp -rL`. However, that didn't seem to work with some errors:.
961adc67-2178-4097-9ac4-330f4c7058df
many of the dependencies are organised as symbolic/hard links — To publish project 1 to Lambda, I need it to be a standalone project with all dependencies present within the node_modules folder. Tension: Links are not useful when I zip project 1. Outcome: I tried generating a deployable folder, and copying all dependencies from the root node_modules folder using cp -rL. However, that didn't seem to work with some errors:.