Fork me on GitHub
#portkey
<
2019-01-02
>
viesti17:01:28

ok, maybe I just leave it a that on day 2 of this year 🙂

viesti17:01:15

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)

baptiste-from-paris17:01:28

I am working on tests for aws right now ! Help me @viesti gain time ;-)

baptiste-from-paris17:01:43

What is it about. ?

viesti17:01:32

certification tests?

viesti17:01:46

CDK (https://awslabs.github.io/aws-cdk/index.html) is programmatic way of generating Cloudformation templates

viesti18:01:41

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

viesti18:01:41

the :expected-result-formatted made me think of canonicalized xml

baptiste-from-paris18:01:26

ok so tests for rest-xml should be okay

baptiste-from-paris18:01:13

I don’t know if it makes sense since cognitect pull out aws but it’s fun anyway 😄

viesti18:01:57

I think it’s not away from anyone to have fun 🙂

baptiste-from-paris18:01:21

that’s the whole rewrite 🙂

viesti18:01:47

duties await though, have to make evening snack for kids and start bedding routine 🙂

baptiste-from-paris18:01:34

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