aws-beam / aws-codegen

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

Skip modules which do not contain any actions and hence do not generate valid code #101

Closed onno-vos-dev closed 11 months ago

onno-vos-dev commented 11 months ago

Since this prevents https://github.com/aws-beam/aws-elixir/pull/170 from being merged, I'll go ahead and merge this. It should take care of aws-elixir whereas aws-erlang needs a change to the codegen.yml Github Action to remove generated files and hence remove the file which generates compilation warnings.