jkakar / aws-codegen

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

AWS.APIGateway.import_rest_api has an invalid request error #33

Closed rrpff closed 7 years ago

rrpff commented 7 years ago

When using import_rest_api in aws-elixir, I get an AWS error saying the Canonical-Request and String-to-Sign of the request made are incorrect. This is because of an encoding difference with the trailing slash somewhere. I've made a PR (https://github.com/jkakar/aws-codegen/pull/32) which addresses this. I'm not sure if this will affect any other API calls in the library though.