A Little Ludwig Goes a Long Way

A smattering of opinions on technology, books, business, and culture. Now in its 4th technology iteration.

I couldn't find a good example of using AWS SWF from Python, so I wrote one

09 February 2016

https://github.com/jhludwig/aws-swf-boto3. There are a number of pre-boto3 examples and this is just a rewrite. The decider is simplistic and will fail if multiple requests are queued up in one poll, but it is a start.