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.

Serverless Architectures

57 pointsby banderonover 8 years ago

4 comments

gavinpcover 8 years ago
Previous: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11921208" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11921208</a><p>And the day before that: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11913463" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11913463</a><p>And the day before that: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11910246" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11910246</a>
评论 #12568597 未加载
nzoschkeover 8 years ago
Fanstatic article, that gets the subtleties correct. This is my favorite part:<p>&gt; If we see the gap of management and scaling between Serverless FaaS and hosted containers narrow the choice between them may just come down to style, and type of application. For example it may be that FaaS is seen as a better choice for event driven style with few event types per application component, and containers are seen as a better choice for synchronous-request driven components with many entry points. I expect in 5 years time that many applications and teams will use both architectural approaches, and it will be fascinating to see patterns of such use emerge.<p>We will see this gap narrow.<p>I&#x27;m running tons of ECS workloads and operating the servers takes no effort. Amazon releases AMIs, CloudFormation automates AMI updates and scale, and ASGs keep everything running.<p>It took effort to learn these techniques and build tools that use them, but that&#x27;s solved by open source software.<p>See Convox for an OSS project that sets it all up out of the box: <a href="https:&#x2F;&#x2F;github.com&#x2F;convox&#x2F;rack" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;convox&#x2F;rack</a>. Disclaimer: I work on Convox full time.<p>&gt; containers are seen as a better choice for synchronous-request driven components with many entry points<p>Is absolutely correct, and describes ~95% of real-world software. For greenfield on AWS, I&#x27;d definitely see if Lambda, API Gateway and DynamoDB will work. For all those &quot;old&quot; Java, Python, PHP and Postgres systems out there, we have to run traditional containers, and load balancers and databases.<p>There&#x27;s really no future where we are all &quot;serverless&quot;. But there is a future where the resource cost and operational burden of both Containers and Functions is very very low.
ryanburkover 8 years ago
re: scale and on demand: &quot;you only pay for the compute that you need, down to a 100ms boundary in the case of AWS Lambda&quot;<p>it will be interesting to see how small these boundaries can become before it is too expensive to measure at the level of granularity sought. when you can spin up a container, run job, and destroy faster than you can even log.
评论 #12568176 未加载
aikahover 8 years ago
Still can&#x27;t stand that ridiculous buzzword. Fortunately with the moniker like that no professional will take that trend seriously..