portkey

Portkey: from REPL to Serverless in one call
viesti 2019-01-02T17:18:57.002900Z

dee

viesti 2019-01-02T17:20:28.003300Z

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

viesti 2019-01-02T17:55:15.006500Z

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)

viesti 2019-01-02T17:55:20.006900Z

kinda hum

baptiste-from-paris 2019-01-02T17:56:28.008100Z

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

baptiste-from-paris 2019-01-02T17:56:43.008400Z

What is it about. ?

viesti 2019-01-02T17:57:32.008600Z

certification tests?

viesti 2019-01-02T17:58:46.009400Z

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

baptiste-from-paris 2019-01-02T17:58:47.009500Z

viesti 2019-01-02T17:59:13.009900Z

ah

viesti 2019-01-02T18:03:41.012200Z

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

viesti 2019-01-02T18:05:41.013100Z

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

baptiste-from-paris 2019-01-02T18:05:50.013300Z

nice

baptiste-from-paris 2019-01-02T18:06:26.014200Z

ok so tests for rest-xml should be okay

baptiste-from-paris 2019-01-02T18:07:13.015400Z

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

viesti 2019-01-02T18:08:57.016Z

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

viesti 2019-01-02T18:09:24.016300Z

just now found out https://github.com/dupuchba/aws-clj-exp 🙂

baptiste-from-paris 2019-01-02T18:09:58.016800Z

lol

baptiste-from-paris 2019-01-02T18:10:02.017Z

yep

baptiste-from-paris 2019-01-02T18:10:21.017600Z

that’s the whole rewrite 🙂

viesti 2019-01-02T18:10:47.018500Z

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

baptiste-from-paris 2019-01-02T18:11:34.019300Z

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