Multiple Choices
Answer (Choose 1 answer)
A cybersecurity company is running a serverless backend with several compute-heavy workflows running on Lambda functions. The development team has noticed a performance lag after analyzing the performance metrics for the Lambda functions.
As a Developer Associate, which of the following options would you suggest as the BEST solution to address the compute-heavy workloads?
A. Invoke the Lambda functions asynchronously to process the compute-heavy workflows
B. Use reserved concurrency to account for the compute-heavy workflows
C. Use provisioned concurrency to account for the compute-heavy workflows
D. Increase the amount of memory available to the Lambda functions