What is the quota limit of API keys per day in AWS API-Gateway https endpoint?

前端 未结 0 418
野性不改
野性不改 2021-01-27 07:45

I have this following code in my Serverless framework:

...
quota:
  limit: 100000
  period: DAY
throttle:
  burstLimit: 100
  rateLimit: 20
...

I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题