How can API Gateway manage throttling and caching for AWS Lambda-backed APIs?

  • By configuring usage plans and setting caching options in API Gateway
  • By directly adjusting Lambda function settings
  • By modifying Lambda function code
  • By adjusting networking configurations
API Gateway can manage throttling by configuring usage plans to limit the number of requests per second and caching by setting caching options to cache responses from AWS Lambda-backed APIs, improving performance and reducing latency.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *