Scenario: Your team is aiming to optimize API performance and reduce costs. How would you leverage API Gateway features to implement caching and rate limiting for AWS Lambda-backed APIs?

  • Use API Gateway caching to cache responses
  • Use API Gateway request throttling
  • Use API Gateway usage plans for rate limiting
  • Use AWS Lambda concurrency limits
By leveraging API Gateway caching to cache responses and API Gateway request throttling to limit request rates, you can optimize API performance and reduce costs for Lambda-backed APIs.
Add your answer
Loading...

Leave a comment

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