Tuesday, 17 July 2018

Amazon API Gateway Usage plans adds support for method level throttling

You can throttle request for individual methods at different rates with Amazon API Gateway usage plans with the new support for method level throttling. API Gateway Usage Plans permits customer the access to the selected APIs at defined quotas and request rates. You can also set up the quota or the throttle limits which is configured on the individual client API Keys. With the latest support for Method Level Throttling, you can now set up throttling on individual client API keys for different API methods. By doing this you can configure more granular access controls to the API. AWS Management Console, AWS SDKs or AWS Command Line Interface can be used to configure method level throttling in the APIs usage plans. Method Level throttling is available in all AWS Region where Amazon API Gateway Usage plans. 

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...