aws-beam / aws-codegen

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

Too many arguments to some functions #50

Closed jfacorro closed 3 years ago

jfacorro commented 4 years ago

The generated code ends up having functions with too many arguments when the operation includes many parameter arguments. This impacts mostly the Erlang client where we don't have options arguments and reduces the usability of the library considerably.

robertoaloi commented 3 years ago

Fixed by #64