Q: 18
A developer is building an application that uses an AWS Lambda function to process dat
a. The application requires minimum latency. The Lambda function must have predictable function
start times. All setup activities for the execution environment must happen before invocation of the
Lambda function.
Which solution will meet these requirements?
Options
Discussion
D imo. Provisioned concurrency is made for this, since it keeps Lambda environments pre-warmed so you avoid unpredictable cold start delays. Pretty sure that's the only way to guarantee setup happens before invocation-saw this asked in some exam reports too.
Be respectful. No spam.