umegaya / lua-aws

pure-lua implementation of aws REST APIs
122 stars 35 forks source link

fix ec2 request serializer bug (wrongly ported from aws-sdk-js) #51

Closed umegaya closed 6 years ago

umegaya commented 6 years ago

refs #50 I think I wrongly port query serializer for ec2 from aws-sdk-js (ignore https://github.com/aws/aws-sdk-js/blob/master/lib/query/query_param_serializer.js#L52)

umegaya commented 6 years ago

seems well at #50, I will merge this.