Fork me on GitHub
#portkey
<
2017-12-07
>
devn16:12:57

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

devn16:12:38

Have you thought at all about working with step functions?

devn16:12:11

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

devn17:12:46

Is this an active project?

cgrand17:12:16

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.

devn19:12:33

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

devn19:12:03

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

devn19:12:23

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?

cgrand19:12:12

From the ruby official SDK iirc

cgrand19:12:14

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

devn19:12:06

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