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.

Overview of all Amazon AWS APIs

171 pointsby nl5887almost 9 years ago

7 comments

TheDongalmost 9 years ago
What does this provide compared to the official documentation for each service available on Amazon&#x27;s website, e.g. <a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;amazonswf&#x2F;latest&#x2F;apireference&#x2F;API_DescribeActivityType.html" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;amazonswf&#x2F;latest&#x2F;apireference&#x2F;AP...</a><p>Each one is available from <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;documentation&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;documentation&#x2F;</a> -&gt; click service -&gt; click &quot;Api Reference&quot;<p>If all you&#x27;ve saved is one click, I don&#x27;t think it&#x27;s worth it, so what else does this do?
评论 #12153216 未加载
thisismyhnuseralmost 9 years ago
I really wish someone would re-write all of AWS documentation and make everything simpler to understand. I&#x27;d like to use AWS but the documentation as-is would take hours to read.
评论 #12151778 未加载
评论 #12151697 未加载
评论 #12151759 未加载
评论 #12153135 未加载
评论 #12151688 未加载
_ao789almost 9 years ago
Very nice. It would be cool if you could try out api calls from the examples (ala swagger style)
评论 #12151248 未加载
dkarapetyanalmost 9 years ago
Keeps redirecting to S3 APIs for me. Is that intended?<p>One thing people should know about AWS and AWS APIs in general is that it is a ghetto. The ad-hoc nature of most AWS services and their weird interactions is indicative of generally bad design. Even with the AWS Ruby SDK I can barely get anything done without consulting 5 different references about which parameters are required, which are optional, and what the sequence of various calls is supposed to be to get an intended result.<p>So even though this is useful a cookbook would have been much more useful.
评论 #12151587 未加载
评论 #12151660 未加载
karavelovalmost 9 years ago
The whole AWS APIs are formalized and exposed in different ways and that formalism is one of it&#x27;s strengths: everybody can write a transformation that creates a bindings for his language of choice. For example of this take a look at:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;boto&#x2F;boto3&#x2F;tree&#x2F;develop&#x2F;boto3&#x2F;data" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;boto&#x2F;boto3&#x2F;tree&#x2F;develop&#x2F;boto3&#x2F;data</a><p>P.S. Agree that not all of the services adhere to the same bar.
posnetalmost 9 years ago
Which one of the AWS SDKs is this based on?<p>Or did you actually scrape the documentation web pages?
评论 #12153218 未加载
Tillie95almost 9 years ago
yaya