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 | 1 | 28 | November 20, 2024 | |
Is it expected behaviour for Serverless to publish the entire project to each Lambda function it creates? | 1 | 456 | December 23, 2020 | |
Using serverless with yarn workspaces | 7 | 11061 | June 7, 2020 | |
Does serverless support a maven style dependency management? | 7 | 1632 | October 14, 2016 | |
Doing continuous Build in Jenkins | 1 | 5569 | March 20, 2017 |