【发布时间】:2019-10-02 21:16:02
【问题描述】:
我正在使用 Google Cloud Endpoints 和 Google Cloud Functions 实施公共 API。这个 API 稍后将用于 Web 应用程序,我需要一种方法来限制请求数量,以防止人们用大量请求淹没 API,这可能会增加项目维护成本。我不在乎 API 是否由于限制而变得不可用,保护自己免受这些成本的影响是更高的优先级。
我应该做什么或应该使用哪些工具在 Google Cloud 上实现这一目标?
【问题讨论】:
标签: google-cloud-platform google-cloud-endpoints