Heavy NPM packages in serverless apps

Certain npm packages take some time to load and tend to be heavy. This results in unexpected behavior during/after a custom app installation. However, the installation works fine in local fdk runs and all packages get installed.

When using an NPM library in the Serverless app. The function could timeout before it downloads and imports the complete library. We would have to increase the RAM for the Serverless function to download the library faster so that it can successfully import and run the function. It has to be custom requested.

It needs troubleshooting to find the issue and request for raising the request to increase the RAM for your Serverless app.