micronaut-aws icon indicating copy to clipboard operation
micronaut-aws copied to clipboard

Support micronaut serde on lambda client

Open rorueda opened this issue 9 months ago • 0 comments

Feature description

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.

rorueda avatar May 14 '24 21:05 rorueda