aws-beam/aws-codegen

Port `receive_body_as_binary` option to Elixir

robertoaloi opened this issue · 2 comments

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

I'm on it :)

Fixed by #74 and aws-beam/aws-elixir#61. Thank you!