Replies: 1 comment 1 reply
-
Hi @thoroc - we use the openapi generator to generate all of the types from an openapi spec for both smithy and openapi. For smithy, we actually convert the smithy spec into an openapi spec which is then passed into the openapi generator to generate all of the types. Given openapi generator is built using Java and that is the used in both variants, that is why it is needed unfortunately. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a remark more than anything else. I like the idea to use NX and Projen together, but since I am not planning to use Smithy (which is Java base as far as I can tell), why the dependency on Java for OpenApi? That seems to be a bit heavy handed.
Beta Was this translation helpful? Give feedback.
All reactions