aws-beam / aws-codegen

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

@type named identifier breaks aws-elixir #114

Closed Doerge closed 1 month ago

Doerge commented 2 months ago

The generated @types names are not properly sanitized. With the type name identifier aws-elixir fails to build for the latest quicksight from aws go sdk. Either it should be added like this, or the other path should be used. It's unclear to me why there are two paths, and what's the best option: https://github.com/aws-beam/aws-codegen/pull/113/commits/dc18ee4fecd40110e631a06c60e37cb0e0a27871

onno-vos-dev commented 1 month ago

@Doerge Somehow I missed this... I blame summer 🙈 Should be sorted now.