aws-beam / aws-codegen

Code generator for AWS clients in Erlang and Elixir.
Other
53 stars 49 forks source link

Port `receive_body_as_binary` option to Elixir #71

Closed robertoaloi closed 3 years ago

robertoaloi commented 3 years ago

In #67 we introduced a receive_body_as_binary option which is currently only available in the generated Erlang code. Ensure the option is ported to the generated Elixir code, too.

Hints:

https://github.com/aws-beam/aws-elixir/blob/master/lib/aws/request.ex#L44
https://github.com/aws-beam/aws-elixir/blob/master/lib/aws/request.ex#L104
philss commented 3 years ago

I'm on it :)

philss commented 3 years ago

Fixed by #74 and https://github.com/aws-beam/aws-elixir/pull/61. Thank you!