dee
ok, maybe I just leave it a that on day 2 of this year 🙂
hum was from looking into this aws-cdk thing, finding out that they use a Javascript Yaml library made by a Finn (https://github.com/eemeli/yaml, organization name sounded really revealing :)) for yaml input/output, then finding out https://github.com/awslabs/jsii, which is the glue they use to bridge the Typescript implementation to Java, Javascript and C# (other langs coming)
kinda hum
I am working on tests for aws right now ! Help me @viesti gain time ;-)
What is it about. ?
certification tests?
CDK (https://awslabs.github.io/aws-cdk/index.html) is programmatic way of generating Cloudformation templates
ah
I think I have an obsession on using snakeyaml’s really Java centric API from Clojure to play along with Cloudformation yaml short format tags: https://github.com/portkey-cloud/cfn-yaml
the :expected-result-formatted
made me think of canonicalized xml
nice
ok so tests for rest-xml should be okay
I don’t know if it makes sense since cognitect pull out aws but it’s fun anyway 😄
I think it’s not away from anyone to have fun 🙂
just now found out https://github.com/dupuchba/aws-clj-exp 🙂
lol
yep
that’s the whole rewrite 🙂
duties await though, have to make evening snack for kids and start bedding routine 🙂
almost all protocol where implemented but i was stuck with custom attributes so I rolled back just a little to implement kind of “end 2 end” tests on every protocol