soto-project / soto

Swift SDK for AWS that works on Linux, macOS and iOS
https://soto.codes
Apache License 2.0
875 stars 83 forks source link

Fix capitalisation of Swift variables, labels and enums #562

Closed adam-fowler closed 2 years ago

adam-fowler commented 2 years ago

See https://github.com/soto-project/soto-codegenerator/pull/36 for details

This does change quite a number of enum, variable and label names but they make much better sense now.

Yasumoto commented 2 years ago

Wow, this is a huge improvement 😲

Left a few questions on the PR in soto-core, but overall this is phenomenal.