EMFILE - too many open files error This is a very tough issue to solve because it happens randomly. It is caused by having too many files open on the whole machine (not just the serverless process). A possible root cause could be synchronous usage of the fs API. A solution might be...
Serverless Error --- Cannot read file node_modules\rxjs\operator\groupBy.d.ts due to: EMFILE: too many open files, open 'C:\Users\gcper\Code\190\Website\lambda\node_modules\rxjs\operator\groupBy.d.ts' I cannot deploy to my lambda functions. Service configuration (serverless.yml) content...