Stephen McElhinney
Stephen McElhinney
The downgrade didn't resolve the issue for me, still very slow. I have also noticed that if I edit more than 1 `.ts` file and Save All in VSCode, it...
If you've found this issue from a search engine, a (less-than-ideal) solution I've used for deployment is to create a separate `serverless.docker.yml` file with your Docker based deployments, and run...
Well consider 8.10 is now in maintenance (https://nodejs.org/en/about/releases/) this should probably be updated. I have a fork Im working on, if it works for me I'll open a PR.
I gave up on Lambda and moved my code to Google Cloud Run and Pub Sub topics :)
My issue was an old version of Node. I upgraded using npm (details here: http://davidwalsh.name/upgrade-nodejs) - worked fine after that.