portkey

Portkey: from REPL to Serverless in one call
devn 2017-12-07T16:32:31.000187Z

👋

devn 2017-12-07T16:32:57.000352Z

I just learned about this project (h/t @cgrand) and it is very exciting to me.

devn 2017-12-07T16:33:38.000465Z

Have you thought at all about working with step functions?

devn 2017-12-07T16:51:11.000723Z

I'm imagining writing lambdas, and then generating a state machine from them: http://docs.aws.amazon.com/step-functions/latest/dg/tutorial-creating-lambda-state-machine.html

devn 2017-12-07T17:18:46.000283Z

Is this an active project?

cgrand 2017-12-07T17:24:16.000591Z

It’s active but progress happens by bursts and my open source time is actually focused on unrepl. I think @viesti has a lot on his plate at the moment.

devn 2017-12-07T19:21:33.000024Z

I spent some time making it so the models don't need to live in resources in aws-clj-sdk

devn 2017-12-07T19:22:03.000071Z

I think I'm close, but it's possible something has changed.

devn 2017-12-07T19:23:23.000382Z

Per lvh's suggestion I added the aws-sdk-models artifact as a development dependency, but the names are not api-2.json and so on. Do you happen to have a link to where those files were found?

cgrand 2017-12-07T19:45:12.000480Z

From the ruby official SDK iirc

cgrand 2017-12-07T19:46:14.000145Z

I was in the middle of a big cleanup of the sdk to prepare it for next steps.

devn 2017-12-07T19:52:06.000023Z

Ah-ha. The directory structure is flat for the model definitions in the AWS sdk.