aws-beam / aws-codegen

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

Remove "request code" from Elixir templates #61

Closed philss closed 3 years ago

philss commented 3 years ago

This PR is in pair with https://github.com/aws-beam/aws-elixir/pull/51 It removes the code responsible for doing the request and treat the response for the Elixir code that is being generated.

The CI is fixed in another PR.