Amazon
SAP-C02 · Question #568
A company is building an application that will run on an AWS Lambda function. Hundreds of customers will use the application. The company wants to give each customer a quota of requests for a…
The correct answer is A. Create an Amazon API Gateway REST API with a proxy integration to invoke the Lambda. https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vs-rest.html
Submitted by naveen.iyer· Mar 6, 2026Design for New Solutions
Question
A company is building an application that will run on an AWS Lambda function. Hundreds of customers will use the application. The company wants to give each customer a quota of requests for a specific time period. The quotas must match customer usage patterns. Some customers must receive a higher quota for a shorter time period. Which solution will meet these requirements?
Options
- ACreate an Amazon API Gateway REST API with a proxy integration to invoke the Lambda
- BCreate an Amazon API Gateway HTTP API with a proxy integration to invoke the Lambda
- CCreate a Lambda function alias for each customer. Include a concurrency limit with an
- DCreate an Application Load Balancer (ALB) in a VPC. Configure the Lambda function as a target
How the community answered
(52 responses)- A79% (41)
- B2% (1)
- C13% (7)
- D6% (3)
Explanation
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vs-rest.html
Community Discussion
No community discussion yet for this question.