👋
I just learned about this project (h/t @cgrand) and it is very exciting to me.
Have you thought at all about working with step functions?
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
Is this an active project?
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.
I spent some time making it so the models don't need to live in resources
in aws-clj-sdk
I think I'm close, but it's possible something has changed.
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?
From the ruby official SDK iirc
I was in the middle of a big cleanup of the sdk to prepare it for next steps.
Ah-ha. The directory structure is flat for the model definitions in the AWS sdk.