aws-beam / aws-codegen

Code generator for AWS clients in Erlang and Elixir.
Other
53 stars 49 forks source link

adding support for the ec2 protocol #100

Closed cheese-head closed 9 months ago

cheese-head commented 10 months ago

These changes would add support for the ec2 protocol.

onno-vos-dev commented 10 months ago

Will review later during the day but letting pipelines run in the meantime 👌 Thank you for the PR's already! <3

onno-vos-dev commented 9 months ago

Sorry for the delay, I've pushed a small fix which avoids a compilation warning on Erlang 👌

Will wait for codegen to pass and then merge this branch. I noticed your aws-elixir branch generating a compilation warning due to inspector_scan not having any actual operations to be used. So I have a fix lined up for that which should take care of that 👌

onno-vos-dev commented 9 months ago

And thank you @cheese-head <3