Page 1 of 1

A developer has written an AWS Lambda function. The function is CPU-bound. The developer wants to ensure that the functi

Posted: Mon Mar 27, 2023 1:38 pm
by answerhappygod
A developer has written an AWS Lambda function. The function is CPU-bound. The developer wants to ensure that the function returns responses quickly.
How can the developer improve the function's performance?

A. Increase the function's CPU core count.
B. Increase the function's memory.
C. Increase the function's reserved concurrency.
D. Increase the function's timeout.