This is an example of using Amazon simple workflow services in Ruby.
- Log in to the Amazon console and get your access key and secret access keys
- Under to SWF, * Make a new domain * Make a new Workflow Types named 'Make Sandwich' * Make 4 new Activity Types named 'Add-fillings', 'Add-spread', 'Get-bread', and 'toasted'
- Rename the config-sample.yml to config.yml and update with your info.
- Run bundle install, to install any Gem for the project.
- Run foreman start
At this point you should be able to go to http://0.0.0.0:4567/ and make an order.