Reference
warmAwsLambdaRuntime
Explicitly materializes and preloads a built Lambda runtime before request handling. Call this during controlled Lambda initialization only when the extra startup work is preferable to first-valid-request latency. Request handlers always validate events before they start runtime work.
Signature
function warmAwsLambdaRuntime(options: AwsLambdaRequestHandlerOptions): Promise<void>