FunctionBean instances for AWS lambdaSee: Description
| Interface | Description |
|---|---|
| DiagnosticInfoPopulator |
Populates Mapping Diagnostic Context with Lambda Context.
|
| LambdaContextFactory |
Register Lambda Context singletons for the current Handler execution.
|
| MicronautLambdaContext |
Base interface for constants related to lambda execution.
|
| Class | Description |
|---|---|
| DefaultDiagnosticInfoPopulator | |
| DefaultLambdaContextFactory |
Registers singletons of type
Context. |
| HandlerUtils |
Configures MDC and Bean Context with the current LambdaContext.
|
| LambdaApplicationContextBuilder |
An
ApplicationContextBuilder for AWS Lambda environments. |
| MicronautRequestHandler<I,O> |
An Amazon Lambda
RequestHandler implementation for Micronaut FunctionBean |
| MicronautRequestStreamHandler |
An implementation of the
RequestStreamHandler for Micronaut |
| XRayUtils |
Utility class to parse X-Ray Trace ID.
|
Classes to support exposing FunctionBean instances for AWS lambda