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.

Querying AWS at scale across APIs, regions, and accounts

84 pointsby nathanwallaceover 3 years ago

4 comments

amanziover 3 years ago
I&#x27;ve been playing with Steampipe a bit and it&#x27;s really great, but unfortunately the SQL language lets it down a bit because of the structure of the language.<p>To explain... Steampipe has this amazing autocomplete functionality so you don&#x27;t even have to know the table name you want - you can just start typing the table name and it will show you the list of possible matches. But because you have to type the &quot;column names&quot; before you type the &quot;table name&quot;, Steampipe is unable to offer any autocomplete on the available attributes.<p>For example, instead of typing: `SELECT name, create_date FROM aws_iam_role` it would be much better if you could type: `FROM aws_iam_role SELECT name, create_date`. That way, Steampipe would be able to autocomplete the attributes available for each object.
评论 #29196408 未加载
cddotdotslashover 3 years ago
Interesting! Feels similar to CloudQuery[1] which is also open source.<p>[1] <a href="https:&#x2F;&#x2F;www.cloudquery.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cloudquery.io&#x2F;</a>
oatmeal_crocover 3 years ago
Wonder how it handles the API rate limits
评论 #29193650 未加载
评论 #29196327 未加载
jiggawattsover 3 years ago
Seems to be catching up to Azure’s Resource Graph…
评论 #29194247 未加载