portkey

Portkey: from REPL to Serverless in one call
2018-03-25T16:39:38.000110Z

baptiste-from-paris 2018-03-25T16:40:08.000102Z

worked a little bit today by integrating aws test suite for signing v4

baptiste-from-paris 2018-03-25T16:40:30.000005Z

not finished, I’ll find some time this week to continue on this one

viesti 2018-03-25T17:41:29.000032Z

hum, I’m a bit puzzled that all API’s don’t support v4 signature

viesti 2018-03-25T17:43:44.000050Z

a thought: could we do with just java.net.URLConnection (and something that’s available on cljs)?

viesti 2018-03-25T17:45:40.000037Z

since we have async support (https://github.com/portkey-cloud/aws-clj-sdk#coreasync), dropping clj-http would fill the other goal of the newer java sdk (https://github.com/aws/aws-sdk-java-v2#new-features-for-developer-preview)

2018-03-25T17:50:35.000091Z

2018-03-25T17:51:19.000084Z

baptiste-from-paris 2018-03-25T18:20:17.000076Z

that’s a great idea @viesti

baptiste-from-paris 2018-03-25T18:21:26.000128Z

It’s not only about getting rid of the lib, but clj-http and the wrapper stuff that it brings is hard to hack

baptiste-from-paris 2018-03-25T18:24:42.000011Z

and I don’t exactly why they don’t support v4 signs for all apis

viesti 2018-03-25T18:26:39.000022Z

ah, true the clj-http middleware worries, don’t have good idea on http://java.net version though, would need a poc

2018-03-25T18:51:59.000106Z

2018-03-25T18:54:30.000061Z