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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are the efficient ways to track user quota of API calls

2 点作者 udayrddy将近 6 年前
I&#x27;ve a service deployed on AWS lambdas connected with API Gateway. While AWS provides the ability to periodic usage quota, I&#x27;m looking for user quota (credits) with no expiry.<p>TIA

1 comment

throw03172019将近 6 年前
Redis? <a href="https:&#x2F;&#x2F;redislabs.com&#x2F;redis-best-practices&#x2F;basic-rate-limiting&#x2F;" rel="nofollow">https:&#x2F;&#x2F;redislabs.com&#x2F;redis-best-practices&#x2F;basic-rate-limiti...</a><p>I also saw this recently but haven’t used it.<p><a href="https:&#x2F;&#x2F;www.mailgun.com&#x2F;blog&#x2F;gubernator-cloud-native-distributed-rate-limiting-microservices" rel="nofollow">https:&#x2F;&#x2F;www.mailgun.com&#x2F;blog&#x2F;gubernator-cloud-native-distrib...</a>