micronaut-projects / micronaut-aws

Projects specific to integrating Micronaut and Amazon Web Services (AWS)
Apache License 2.0
82 stars 81 forks source link

Support micronaut serde on lambda client #2129

Open rorueda opened 1 month ago

rorueda commented 1 month ago

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.