Interface | Description |
---|---|
AwsLambdaRuntimeApi | |
LambdaRuntimeInvocationResponseHeaders |
Invocation event response which headers contain additional data about the invocation.
|
ReservedRuntimeEnvironmentVariables |
Lambda runtimes set several environment variables during initialization.
|
Class | Description |
---|---|
AbstractMicronautLambdaRuntime<RequestType,ResponseType,HandlerRequestType,HandlerResponseType> |
Class that can be used as a entry point for a AWS Lambda custom runtime.
|
AwsLambdaRuntimeApiError |
AWS Lambda Runtime Interface Error.
|
MicronautLambdaRuntime |
Main entry for AWS API proxy with Micronaut.
|
RuntimeContext |
Implementation of Lambda execution
Context for runtime environments. |