aws-beam / aws-codegen

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

Add host prefix to metadata #89

Closed philss closed 2 years ago

philss commented 2 years ago

This makes the host prefix available for use in the Elixir request module. ~In Erlang, the host prefix is prepended to the endpoint prefix~.

This also removes the usage of a struct for service metadata.