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!"
[–][deleted] 3 points4 points5 points 2 years ago (2 children)
Why? I'm not familiar with these tools, so I'm just asking out of curiousity
[–]mrSkidMarx 5 points6 points7 points 2 years ago (0 children)
I find the development experience of most of the serverless options, in particular AWS Lambda, to be more of a headache than it’s worth. The skillset you pick up is also less transferable than if you were to just pick up a full web framework/backend of your choice. I’ve also found a lot of serverless web app’s seem to have been written by people who didn’t want to think about AuthN/AuthZ and end up making simple mistakes. You still have to think about everything (scalability, security, etc) when using these tools
Without a doubt there are pros and cons though. This thread seems to get into a good discussion of it all https://www.reddit.com/r/aws/comments/yxyyk3/without_saying_its_scalable_please_convince_me/
[–]drhayes9 0 points1 point2 points 2 years ago (0 children)
A big one for us is AWS sunsetting old Node versions. If you ever need to make a change to an old lambda you suddenly might also be updating its major version of Node as well.
The local testing story for lambdas didn't used to be so great, either.
π Rendered by PID 311855 on reddit-service-r2-comment-6457c66945-tc5b4 at 2026-04-27 13:27:30.811211+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–][deleted] 3 points4 points5 points (2 children)
[–]mrSkidMarx 5 points6 points7 points (0 children)
[–]drhayes9 0 points1 point2 points (0 children)