Interface | Description |
---|---|
LambdaRuntimeInvocationResponseHeaders |
Invocation event response which headers contain additional data about the invocation.
|
ReservedRuntimeEnvironmentVariables |
Lambda runtimes set several environment variables during initialization.
|
Class | Description |
---|---|
MicronautLambdaRuntime |
Class that can be used as a entry point for a custom Lambda runtime.
|
RuntimeContext |
Implementation of Lambda execution
Context for runtime environments. |