TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS Lambda is winning, but first it had to die

26 pointsby forrestbrazealover 4 years ago

2 comments

sonthonaxover 4 years ago
I agree with this.<p>My own gripes with those who fell for the &#x27;serverless&#x27; tech-evangelism lies particularly with those who deployed &#x27;functions as the unit of deployment and scaling&#x27;. At best this is an unattainable ideal that&#x27;s too pure, impractical and abstracted from the problems developers need to solve. A system of single function processes communicating with a message passing framework is effectively an actor model. And while the actor model is a beautiful way of solving problems, slavish devotion to it will become a hinderance quickly.<p>Practically &#x27;serverless&#x27; is a kind of an operating system to rent. Rather than Linux and Nginx managing the process invocation, you devolve that to the cloud provider that shares that resource (as if you&#x27;re on shared hosting).<p>Often people fail to see this and think &#x27;serverless&#x27; demands a new architecture, when there&#x27;s absolutely no reason to. I always get a bit scared when I see a &#x27;serverless&#x27; project; usually the developers throw away all of their conventions leaving an unstructured incoherent mess.
jaredcwhiteover 4 years ago
Some days as a web developer I think I must be taking crazy pills. Somebody comes along and says _this is the &quot;modern&quot; way to build websites&#x2F;apps_, a bunch of early adopters jump on board and act like it&#x27;s the greatest thing since sliced bread, and then somebody else comes along to say _actually this is the &quot;modern&quot; way to build websites&#x2F;apps_…and you look at that and it&#x27;s the exact opposite of the previous &quot;modern&quot; way.<p>So &quot;serverless&quot; AWS Lambda is evolving into what sounds an awful lot like just another Heroku. OK fine…but in that case what was the point of &quot;serverless&quot; to begin with?!
评论 #25473280 未加载