Replies: 1 comment 1 reply
-
The short answer is yes, what I would do is first parse the smithy file to an ast/du then transform that to an F# ast. This is pretty much how falanx works too which is just Google proto files to F#.
…Sent from my iPhone
On 13 Aug 2022, at 19:54, zetashift ***@***.***> wrote:
Smithy: https://awslabs.github.io/smithy/2.0/index.html
For a new project at work, I'm interested in "generating" services. But Smithy has no F# generator, so I was wondering how hard it would be to generate this from .smithy files. I'm not sure if I have the skills for it, but I'd like to see how far I can get.
And generating F# services + OpenAPI docs sounds very nice to me.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
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
-
Smithy: https://awslabs.github.io/smithy/2.0/index.html
For a new project at work, I'm interested in "generating" services. But Smithy has no F# generator, so I was wondering how hard it would be to generate this from
.smithy
files. I'm not sure if I have the skills for it, but I'd like to see how far I can get.And generating F# services + OpenAPI docs sounds very nice to me.
Beta Was this translation helpful? Give feedback.
All reactions