umegaya / lua-aws

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

describeInstances with Instance ID does not work #50

Closed aryajur closed 6 years ago

aryajur commented 6 years ago

Hi, I was trying out describeInstances by providing an array (as a lua table) of 1 instance ID. But it always returns all the instances. I tried initializing the array table from the 0 index but that does not work either. Has anyone tried this?

umegaya commented 6 years ago

@aryajur hi, I think this is my bug when port query serializer for ec2 from aws-sdk-js. can you try referenced branch and see it works?

regards,

aryajur commented 6 years ago

Thanks for looking into it quickly. Yes this works well on the referenced branch.