Martin Schmied
Martin Schmied
Thanks for your comment @kubukoz! We want to use a slightly different encoding for errors. We're only targeting Scala 3, so we'd like to use the built-in union type instead...
The primary motivation was to access the same model used by the built-in code generation. I understand you want to keep the IR internal, and we can certainly use just...
@Baccata thanks! I've looked at the smithy codegen framework a bit. In terms of customization, there's the `SmithyIntegration` interface, which allows some customization of standard generator output (renaming symbols, amending...