AWS Certified Solutions Architect - Associate

AWS Certified Solutions Architect - Associate

Get started today

Ultimate access to all questions.


How can a company minimize API response latency for a frontend application using Amazon API Gateway and AWS Lambda, with minimal operational changes?




Explanation:

The correct answer is B. Configuring provisioned concurrency for the Lambda function ensures that the function is always warm and ready to handle incoming requests immediately. This reduces the latency associated with the cold start time that occurs when a Lambda function is invoked for the first time or after it has been idle. As the company's goal is to minimize response latency with minimal operational changes, provisioned concurrency is the most effective solution. While the other options may improve performance, they involve more significant changes and do not directly address the Lambda cold start issue as efficiently.