aws-beam / aws-codegen

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

[#25] Generate all missing services #47

Closed jfacorro closed 4 years ago

jfacorro commented 4 years ago

Description

Replaces the explicit lists of API specifications (for both Erlang and Elixir) with an automatic discovery of the files and availability of implementation for the {language, protocol} combination.

Fixes #25.