TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Instant scale with AWS Lambda (2017)

36 点作者 IceandFire超过 7 年前

4 条评论

anonytrary超过 7 年前
I love AWS because it offers immediate solutions at your fingertips, however, I am skeptical of Lambda&#x27;s ubiquity.<p>Too many times have I drank the Kool-Aid for `someManagedAWSService` and then been surprised by the resultant costs. For example, be very careful when using things like DynamoDB and Lambda. One can easily use DynamoDB incorrectly and end up wasting lots of money. Similarly, I think it would be very easy to adopt some sort of &quot;replace everything with Lambda&quot; approach which would be a misplaced effort as well. Lambda has a specific time and place, it is not a silver bullet.
评论 #16331042 未加载
评论 #16334758 未加载
CSDude超过 7 年前
The best use case of Lambda for us is Scheduled tasks and stupid administrative tasks that you would not like to put it in your &#x2F;etc&#x2F;crontab
评论 #16331559 未加载
sbennettmcleish超过 7 年前
I appreciate that AWS Lambda has been a win for various people but this case study doesn&#x27;t really mention what they tried to do with scaling. Whilst 0 to 100k sounds good, they also had seemingly chosen just one scaling solution of a big instance - several smaller instances behind a load balancer which scale up&#x2F;down would surely have served the same outcome?<p>Lambda has been sold on &quot;saving costs&quot; but what seems to be often neglected is the developer time spent re-jigging into a &quot;serverless&quot; model. Developer resources are far, far more expensive than mere EC2 instances.
doc_holliday超过 7 年前
Lambda has a long way to go, it&#x27;s a promising product but if you want to develop anything for it, it&#x27;s a bit painful and archaic.<p>I&#x27;ve had issues with the temp memory. It is completely unreliable, you have to store files when processing in &#x2F;tmp&#x2F; and for whatever reason, reading from this results is patchy. I had to resort to storing every file I process in the RAM.<p>The tooling is only just taking off now, 6 months ago simulation was painful, at least there is AWS SAM now and docker support.<p>However despite the pain, it&#x27;s giving me a solution for scalable video encoding that is very cost competitive and I don&#x27;t have to worry about submitting jobs and monitoring resources.
评论 #16331420 未加载
评论 #16331959 未加载