Alejandro Gutierrez

Results 2 comments of Alejandro Gutierrez

Seems that installing the plugin `serverless-plugin-common-excludes` made some of the lambdas to have node_modules, but not all. /And i've defined all lambdas the same ![image](https://github.com/dougmoscrop/serverless-plugin-include-dependencies/assets/66271973/03ef4c86-72c3-41d2-86a0-0af1593e827e) This lambda does have node_modules...

Another thing I noticed. If I deploy each function directly it deploys it with the node modules using the `serverless deploy function -f {fnName} -u`