You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This lambda does have node_modules
I'm using version ^5.1.0 and each time I package the lambdas it doesn't include any dependency.
![image](https://private-user-images.githubusercontent.com/66271973/281113419-700e76ec-0098-42ae-9888-e4799fa88b45.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTEwNzYsIm5iZiI6MTczODk5MDc3NiwicGF0aCI6Ii82NjI3MTk3My8yODExMTM0MTktNzAwZTc2ZWMtMDA5OC00MmFlLTk4ODgtZTQ3OTlmYTg4YjQ1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA0NTkzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk3MTEyYzkzMmIyZjMzYzJkMGE4OTYwZTNhZjYzMThjYTlkMjI5N2ViMWE3ZWYzOGQ1NDhjNWY3MWQ2NDQwYTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Cz00LIo4tThw5cFWaGYS0UooiRkMl61rKUFNOaI7EzA)
I have installed the plugin and set the package like the documentation says
The lambda is declared this way
But when packagin, the node modules doesn't show in the folder. and I cant find anything related to this issue
The text was updated successfully, but these errors were encountered: