
Explanation:
Explanation:
Why D (Configure Lambda SnapStart) is correct:
Why other options are incorrect:
Key considerations:
Ultimate access to all questions.
A company wants to use an event-driven programming model with AWS Lambda. The company wants to reduce startup latency for Lambda functions that run on Java 11. The company does not have strict latency requirements for the applications. The company wants to reduce cold starts and outlier latencies when a function scales up.
Which solution will meet these requirements MOST cost-effectively?
A
Configure Lambda provisioned concurrency.
B
Increase the timeout of the Lambda functions.
C
Increase the memory of the Lambda functions.
D
Configure Lambda SnapStart.
No comments yet.