Q35
Multiple choice
A developer is creating an application that uses an AWS Lambda function to transform and load data from an Amazon S3 bucket. When the developer tests the application, they find that some invocations of the Lambda function are slower than others.
The developer needs to update the Lambda function to have predictable invocation durations with low latency. Any initialization activities, such as loading libraries and instantiating clients, must run during allocation time rather than during actual function invocations.
Which combination of steps will meet these requirements? (Select TWO.)
Select all that apply.