I have used serverless-webpack npm module to reduce the size of my nodeJs serverless application but apparently the size is gtting increased from 15M to 85MB with usage of this packag and i am unable to deploy to lambda.
Do we have any other ways to reduce the size of node lambda function to ignore sending node_modules and improve the speed of th lambda function.