A NodeJS project is deployed to AWS as a lambda function using a utility that is called serverless. There are some plugins that do this stuff, serverless-workspaces-plugin resolves and links hoisted dependencies when packaging. But it does not work for my case. In my scenario, it is npm workspaces. Following plugins does not do this stuff. I have not found a required plugin. Could anybody give an advice? I hope the ready solution has to exist. Elsewhere I will make a custom serverless deployment script. Regards.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Development Dependencies not Excluded | 3 | 89 | March 13, 2025 | |
Is it expected behaviour for Serverless to publish the entire project to each Lambda function it creates? | 1 | 467 | December 23, 2020 | |
Using serverless with yarn workspaces | 7 | 11261 | June 7, 2020 | |
Does serverless support a maven style dependency management? | 7 | 1645 | October 14, 2016 | |
Doing continuous Build in Jenkins | 1 | 5596 | March 20, 2017 |