This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-05
Channels
- # asami (13)
- # aws (7)
- # babashka (4)
- # beginners (16)
- # biff (7)
- # cljdoc (10)
- # clojure (32)
- # clojure-europe (27)
- # clojure-nl (14)
- # clojure-norway (7)
- # clojure-uk (3)
- # clojurescript (2)
- # conjure (2)
- # core-async (13)
- # datalevin (4)
- # datomic (3)
- # holy-lambda (7)
- # kaocha (3)
- # lsp (23)
- # off-topic (39)
- # pedestal (10)
- # portal (5)
- # practicalli (2)
- # rdf (10)
- # releases (1)
- # shadow-cljs (66)
- # tools-deps (146)
- # uncomplicate (1)
- # xtdb (10)
I'm looking at the https://github.com/cognitect-labs/aws-api/ on github and I can't find the bits responsible for parsing https://github.com/aws/aws-sdk-js and processing it into specs definitions. Is it part of https://github.com/cognitect-labs/aws-api/ or is it somewhere else?
The generator is not open source
I was looking for inspiration and examples how to build this type of library. I thought about making something similar for terraform providers. It is possible to https://www.terraform.io/cli/commands/providers/schema for a provider to json, so it looked like a very similar use case. For every terraform provider out there, we could have a spec definitions auto-generated from these jsons. Just an idea.
@U023TQF5FM3 you could also have a look at a lib I made on similar ideas: https://github.com/lispyclouds/contajners Specially this part: https://github.com/lispyclouds/contajners/tree/main/fetch_api
If you're just interested in generating Clojure Specs from the AWS smithy files, this might be of interest to you https://github.com/kennyjwilli/smithy-spec