-
Notifications
You must be signed in to change notification settings - Fork 40
Home
neyric edited this page Dec 31, 2012
·
4 revisions
This toolkit provides a collection of command-line tools to interact with the Amazon Simple Workflow (SWF) service.
- Run the demo with the Quickstart Guide
- The Wiki contains links to all the documentation
- Write SWF deciders in javascript
- Write SWF activities in javascript
- A collection of ready-to-use activities
- High-level classes to use aws-swf as a library from any Node.js application.
- NodeJS >= 0.8
- An active AWS account with Access Keys
- Basic understanding of AWS SimpleWorkflow concepts
$ [sudo] npm install -g aws-swf
For more detailed installation instructions, check the Installation Wiki Page