Wednesday, 25 July 2018

Amazon API Gateway has increased the request rate limit and the APIs limit for importing and creating private and regional APIs

Now with the latest update, you can easily deploy, scale and develop the API Gateway APIs. The number of the APIs and the request rate limit has been increased for importing and creating regional and private APIs. The number of the APIs has been increased to 600 regional APIs, 600 private APIs, and 120 edge APIs. You can contact the AWS Support center to increase your limit. With this release, you can now deploy APIs at a rate of one request every five seconds and import and create private and regional API at a rate of one request every three seconds. You can check the new limits in the API Gateway accounts. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...