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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Using AWS lambda for cheap S3 content processing

89 点作者 cleverfoo大约 9 年前

6 条评论

jayroh大约 9 年前
This is an excellent write-up and a great use-case for what S3+Lambda can do. As AWS offerings go, I believe Lambda has a <i>tremendous</i> upside and will be growing significantly over the next few years.<p>I&#x27;ve been throwing a lot of my own personal resources into building some things on top of both S3 and lambda and have found a few tools that help with it quite a bit. For one - the lambduh project from Russ Matney has been a great resource for abstracting out some of the more common s3-&gt;lambda workflow: <a href="https:&#x2F;&#x2F;github.com&#x2F;lambduh&#x2F;lambduh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lambduh&#x2F;lambduh</a>. On a different note is T.J. Holowaychuk&#x27;s Apex project: <a href="https:&#x2F;&#x2F;medium.com&#x2F;@tjholowaychuk&#x2F;introducing-apex-800824ffaa70" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@tjholowaychuk&#x2F;introducing-apex-800824ffa...</a>
cleverfoo大约 9 年前
Hi there, author here, happy to answer any questions.
评论 #11158390 未加载
评论 #11151500 未加载
untog大约 9 年前
Off topic, but I&#x27;m hoping there are some Lambda-heads in the room. I want to write a system that basically rebroadcasts a message sent over SNS, to different HTTP endpoints. (I don&#x27;t have control over these endpoints so can&#x27;t use SNS itself as I can&#x27;t confirm subscriptions).<p>How many HTTP requests can Lambda do concurrently? Is my best approach to fire all these requests inside one worker, or should&#x2F;could I have it spin up subsequent lambadas whose only function is to run the HTTP request then close? I&#x27;m imagining that would be a lot more expensive.
评论 #11165160 未加载
评论 #11162646 未加载
piyushco大约 9 年前
Excellent post. I wanted to generate thumb images for photos uploaded to s3 bucket using aws Lambda, could successfully implement it.<p>but found one issue, that many here might not be aware of, S3 bucket and Lambda function should be in same aws region.<p>Unfortunately, my s3 bucket is in southeast-ap, and aws lambda is not available in this region. couldn&#x27;t go live today. will have to copy bucket to another region to use it.<p>hope this helps. thanks.
评论 #11160741 未加载
estefan大约 9 年前
One lambda application I really want is a pingdom-style service. Use lambda to ping a web site and send an email if it&#x27;s offline. Any takers to build this :-)?
评论 #11158282 未加载
评论 #11158251 未加载
aantix大约 9 年前
Still waiting on Ruby support...
评论 #11159723 未加载