David Stendardi

Results 13 comments of David Stendardi

@mobrien curious if you managed to solve your issue since then :-)

Finally managed to get some time to progress 😄. I did a [first draft](https://github.com/jkakar/aws-codegen/compare/master...dstendardi:query-protocol?expand=1) on the query serializer. Basically it's a port of the nodeJS SDK. It still misses specific...

@jkakar what do you think about using https://github.com/homanchou/elixir-xml-to-map. Seems very thin wrapper around erlsom doing exactly what we want (convert back xml response to elixir map).

hello @kingoftheknoll (tried to ping you before but was not able until you join the issue 😋). That's right it's really a dumb ass conversion. I was planning to do...

hey @jkakar just tried adding erlang in the project and it works like a charm ! So I'am very looking forward learning the lower layer 😉 and will focus on...

Ported the [query serializer to erlang](https://github.com/jkakar/aws-codegen/compare/master...dstendardi:query-protocol?expand=1#diff-08cc6ef9baf3c214580625809b6e3d2b). Since it's my first step in Erlang, I'am open to any early feedback :-). For the query deserialization i plan to go for a...

hey ! Did some progress on the deserialization of xml response ! You can check the work [here](https://github.com/jkakar/aws-codegen/compare/master...dstendardi:query-protocol?expand=1#diff-9bd1fc6c76f11e39e3225b3e64bd93ff). @kingoftheknoll it's a very naive parser without streaming, but it relays on...

don't worry, @jkakar, I have enough work right now with the interoperability (ie : Erlang support for binaries, and date conversions). I just write things here to keep track of...

I am now working on the generated service layer in elixir and I have a few questions 😀 - looks like error shapes are not properly defined in the specification...

@jkakar I might find some time to work on query protocol support. Do you mind if I open a dedicated issue about this and close this one ?