Package io.micronaut.function.aws
package io.micronaut.function.aws
Classes to support exposing FunctionBean
instances for AWS lambda
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionException raised when serialization with
JsonMapperCustomPojoSerializer
fails.Registers singletons of typeContext
.Populates Mapping Diagnostic Context with Lambda Context.Configures MDC and Bean Context with the current LambdaContext.Provides an implementation ofCustomPojoSerializer
which is loaded via SPI.AnApplicationContextBuilder
for AWS Lambda environments.Register Lambda Context singletons for the current Handler execution.Base interface for constants related to lambda execution.An Amazon LambdaRequestHandler
implementation for MicronautFunctionBean
An implementation of theRequestStreamHandler
for MicronautUtility class to parse X-Ray Trace ID.