You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWSLambdaFunctionExecutor class currently uses io.micronaut.jackson.codec.JsonMediaTypeCodec that in turn uses the jackson databind ObjectMapper.
It would be nice if it had the same behavior as the http client, that uses the io.micronaut.json.codec.JsonMediaTypeCodec, making it possible to switch to micronaut serde.
The text was updated successfully, but these errors were encountered:
Feature description
The
AWSLambdaFunctionExecutor
class currently usesio.micronaut.jackson.codec.JsonMediaTypeCodec
that in turn uses the jackson databindObjectMapper
.It would be nice if it had the same behavior as the http client, that uses the
io.micronaut.json.codec.JsonMediaTypeCodec
, making it possible to switch to micronaut serde.The text was updated successfully, but these errors were encountered: