jkakar / aws-codegen

Code generator for AWS clients in Elixir.
Other
35 stars 0 forks source link

Fix API gateway requests #39

Closed jkakar closed 7 years ago

jkakar commented 7 years ago

Service specs now take an options list. A :strip_trailing_slash_in_url member will cause the trailing slash in a service URL for rest-json services to be stripped, which fixes bugs with the AWS.APIGateway module (thanks @zuren).