aws-beam / aws-codegen

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

Add missing AWS.IAM module #1

Closed brianvanburken closed 6 years ago

brianvanburken commented 6 years ago

I was using this package and found the functionality of IAM missing while those are present in de aws-go package. This PR adds the IAM module to Elixir and Erlang. Also the codegenerator failed at cloud directory which needed to be updated to a newer version.

If it is approved I can run the codegenerator and create PR's to add it to aws-elixir and aws-erlang

brianvanburken commented 6 years ago

After looking deeper into the API JSON file I saw that the service only allows XML requests for the IAM endpoint. The code generator does not support this. Until there is support for this we shouldn't add it.