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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Intro to Node on AWS Lambda for S3 and Kinesis

95 点作者 nicksergeant大约 10 年前

3 条评论

icpmacdo大约 10 年前
Is there a way to automatically kill Lambda if the cost is going out of control because of an infinite loop? As a solo dev I cant be willing to bet hundreds or thousands of dollars potentially lost because of a bad piece of code I wrote. If thats possible it seems like a nice service that will save a lot of time not having to worry about doing server administration.<p>My ask HN post from earlier today basically asking the same thing <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9520964" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9520964</a>
评论 #9522346 未加载
评论 #9522365 未加载
评论 #9522464 未加载
kennu大约 10 年前
I wish Lambda could listen to arbitrary TCP ports and respond e.g. to HTTP requests or MQTT messages. In the current form it seems pretty limited for any scenarios where generic clients initiate the requests, such as collecting device data and metrics. As I understand, currently the clients have to speak AWS-specific protocols to submit events &#x2F; data.
评论 #9523680 未加载
cddotdotslash大约 10 年前
I really wish AWS would open up Lambda to more events than just S3 uploads and SQS &#x2F; Dynamo queues. There are so many workloads I could move to Lambda if I could just invoke it via an API call.
评论 #9522797 未加载
评论 #9522804 未加载