Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support micronaut serde on lambda client #2129

Open
rorueda opened this issue May 14, 2024 · 0 comments
Open

Support micronaut serde on lambda client #2129

rorueda opened this issue May 14, 2024 · 0 comments

Comments

@rorueda
Copy link

rorueda commented May 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant