
Ultimate access to all questions.
The customer feedback system for a company's premier web application relies on a REST API created using Amazon API Gateway. This API triggers an AWS Lambda function responsible for processing the feedback. While the current performance of this Lambda function is acceptable, the development team has been assigned the task of reducing the function's startup time to enhance the user experience even further.
What strategies would you employ to optimize the AWS Lambda function for faster initialization?
A
Configure provisioned concurrency for the Lambda function to respond immediately to the function's invocations
B
Configure reserved concurrency to guarantee the maximum number of concurrent instances of the Lambda function
C
Enable API caching in Amazon API Gateway to cache AWS Lambda function response
D
Configure an interface VPC endpoint powered by AWS PrivateLink to access the Amazon API Gateway REST API with milliseconds latency