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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Usage Plans for AWS API Gateway

47 点作者 rjsamson将近 9 年前

5 条评论

ak217将近 9 年前
I wish they'd focus on speed and rebuilding API Gateway to be easier to use, or provided a new proxy option to run Lambda under. This set of changes doesn't seem to improve on any of the practical issues in using Lambda with API Gateway.
评论 #12270087 未加载
评论 #12270080 未加载
impostervt将近 9 年前
API Gateway was a pain to use when it first came out. The API wasn&#x27;t supported by AWS CLI and there were no good wrappers for it in Node.js (my preferred language for APIs).<p>Has the situation improved?
评论 #12269600 未加载
评论 #12270454 未加载
pilom将近 9 年前
So this is why our API had a rash of 500 errors last night. We haven&#x27;t been very happy with the uptime of this service, mostly because they do deploys that break things for a couple minutes about once a month.
评论 #12269896 未加载
评论 #12270086 未加载
评论 #12270424 未加载
namero999将近 9 年前
I like the service and I use it for mock endpoints and other non-production applications, but I never managed to make gzip compression work in API Gateway. Actually, it seems to me that even when the origin serves gzipped content, it comes out uncompressed from API Gateway. Clearly a no-go for mobile apps. Anyone had the same experience, or did I miss something obiouvs?
评论 #12270038 未加载
PaulHoule将近 9 年前
It amazes me it took them long to get here.<p>Six months I was looking around and found that API gateways from various vendors addressed everything somebody might want in an API gateway except the one thing you need for a minimal viable product -- a way to charge for API calls.