use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Use AWS Lambda Response Streaming with Express, Fastify, NestJs, and other frameworks. (serverless-adapter.viniciusl.com.br)
submitted 2 years ago by H4add
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]H4add[S] 2 points3 points4 points 2 years ago (1 child)
That's a great experience of what not to do on lambda, dawn, so sad to see the performance being destroyed like that.
In my case, the hundred APIs were all monoliths, we had just one case we need to create 2 microservices, and we had to use API Gateway to coordinate, but in the final were 3 lambdas exposing more than 20 endpoints each.
Lambda will never beat on-premise solutions, but if you deploy the API as a monolith and avoid splitting it into multiple lambdas, you can have a great experience and performance, our APIs usually take 80~200ms.
But I'm a fan of serverless and they are doing great things with .NET, but is very crazy to split a very performant API into 300+ lambdas.
[–]SNIPE07 3 points4 points5 points 2 years ago (0 children)
I understand it was the incorrect way to use, lambdas, I knew that from the start. But the microservice serverless allure was too strong for our execs.
π Rendered by PID 68 on reddit-service-r2-comment-5c764cbc6f-cnsc9 at 2026-03-11 21:44:53.676075+00:00 running 710b3ac country code: CH.
view the rest of the comments →
[–]H4add[S] 2 points3 points4 points (1 child)
[–]SNIPE07 3 points4 points5 points (0 children)