aws-beam / aws-codegen

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

Handle 'querystring' input parameters #28

Closed jfacorro closed 4 years ago

jfacorro commented 4 years ago

Currently we handle header and uri parameters but don't include those which have "location":"querystring" in the specification.

For example in the S3 service the Delimiter querystring parameter is being ignored in the generation.