AWS Certified Developer Associate DVA-C02 Practice Question
A developer is optimizing a Lambda function for a memory-intensive operation that processes a large dataset. The operation must complete within 3 minutes and consistency of function performance is a priority for the application's use case. Given this requirement, which configuration change to the Lambda function would most likely yield the BEST results?
Set a concurrency limit on the Lambda function
Increase the memory allocated to the Lambda function
Add additional layers to the Lambda function
Set a longer timeout for the Lambda function