public class AWSLambda extends Object
AWSLambda#startRuntime. It performs two main tasks:
1. loads the user's handler.
2. enters the Lambda runtime loop which handles function invocations as defined in the Lambda Custom Runtime API.
Once initialized, AWSLambda#startRuntime will halt only if an irrecoverable error occurs.
| Constructor and Description |
|---|
AWSLambda() |
| Modifier and Type | Method and Description |
|---|---|
protected static URLClassLoader |
getCustomerClassLoader() |
static void |
main(String[] args) |
protected static void |
startRuntimeLoops(LambdaRequestHandler lambdaRequestHandler,
LambdaContextLogger lambdaLogger,
ConcurrencyConfig concurrencyConfig,
LambdaRuntimeApiClient runtimeClient) |
protected static void startRuntimeLoops(LambdaRequestHandler lambdaRequestHandler, LambdaContextLogger lambdaLogger, ConcurrencyConfig concurrencyConfig, LambdaRuntimeApiClient runtimeClient) throws Exception
Exceptionprotected static URLClassLoader getCustomerClassLoader()
Copyright © 2025. All rights reserved.