Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a company minimize API response latency for a frontend application using Amazon API Gateway and AWS Lambda, with minimal operational changes?
A
Bypass the API by connecting the frontend directly to the database for queries.
B
Implement provisioned concurrency for the Lambda function.
C
Utilize Amazon S3 to cache query results for rapid data retrieval.
D
Expand the database capacity to support more concurrent Lambda connections.