aws-swf-toolkit
aws-swf-toolkit copied to clipboard
A Node.js Framework for workflows on Amazon SWF
Hello Eric, Thank you for your wonderful libs ;-) I was testing aws-swf-toolkit, and following the getting started guide (https://github.com/neyric/aws-swf/wiki/Quickstart-Guide). and i got : ``` $ npm -g install aws-swf-toolkit...
First of all, thanks on a awesome library! If there is a workflow that can run forever (potentially) with repeated activities, then the history will get filled. Is there a...
When you have a moment, could you please update the npm package? It is still referencing aws-swf 3.0 and not 4.0 and errors out when executing: [sudo] npm install -g...
Example: humantask & ec2.runInstances may have long timeouts...
The idea would be to send a 'provider' in the task input. The Activity Worker could then use different config files depending on the provider value. (instead of single config.js...