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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Easy way to onboard to AWS

2 点作者 coderecipe超过 6 年前

2 条评论

bradknowles超过 6 年前
What do you mean “onboard to AWS”?<p>Onboard for what? Using what tools? What is the end goal you’re trying to achieve?<p>To me, this seems like a trivially simple pipeline for processing data, and in what is likely to be one of the most expensive methods possible, given the almost complete reliance on Lambda to do ETL on every single piece of data going through, and then storing all that data in S3, which you then query with Athena.<p>I don’t see how you could use this pipeline to process any non-trivial amount of data, and do so for anything remotely resembling a reasonable cost.<p>But maybe I’m missing something obvious?<p>Have you actually done the math for what this would cost on a per megabyte or per minute basis?<p>Have you run real world amounts of data through this system, and again for what purpose?
coderecipe超过 6 年前
I am putting together my architecture suggestions to guide people how to use AWS, does this look useful to you?