portkey

Portkey: from REPL to Serverless in one call
Joe Lane 2018-09-25T14:28:58.000100Z

Hi friends, I see that the portkey/aws-clj-sdk depends on aws-sdk-ruby in its api-resources directory. I’m assuming this is to get access to the machine readable json specifications that the ruby version has. Does anyone know off the top of their head where THAT library gets those json specifications from or should I just keep digging?

cgrand 2018-09-25T14:30:20.000100Z

Please keep digging and report your findings!

cgrand 2018-09-25T14:31:28.000100Z

I believe it comes from an internal repo at Amazon. It would be cool to find a public source.

Joe Lane 2018-09-25T14:39:12.000100Z

Agreed. I’ll keep digging. I just found https://github.com/clojure/java.data and my mind exploded with the (percieved) simplicity this brings (has been bringing!?) to the clojure/java interop story. I’m excited to find those json specifications though to create specs like we have here in portkey.

Joe Lane 2018-09-25T14:41:46.000100Z

Look at the tests. It feels like cheating. I like cheating 🙂