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 for binary requests for the API Gateway #269

Conversation

musketyr
Copy link
Contributor

@musketyr musketyr commented May 1, 2020

The current implementation only supports JSON inputs as all other content types must be sent in binary format. This PR adds the ability to handle binary requests.

The only problem with this PR is that it seems to me that there is a lack of converters from byte[] to other objects. Even automatic conversion from byte[] to String does not work. But this must be addressed in core libraries, not the AWS one.

@graemerocher graemerocher merged commit 6cf15b3 into micronaut-projects:master May 8, 2020
@graemerocher
Copy link
Contributor

Thanks for the contribution!

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

Successfully merging this pull request may close these issues.

None yet

2 participants