Reference
createAwsLambdaRequestHandler
Creates a buffered AWS Lambda HTTP API v2 handler for built app-router output. The handler materializes runtime files under `/tmp` by default, starts middleware-focused background preload, applies the generated import policy when requested, and returns API Gateway v2 response objects.
Signature
function createAwsLambdaRequestHandler(options: AwsLambdaRequestHandlerOptions): AwsLambdaRequestHandler