Amazon Simple Workflow Service
Written by Kay Ewbank   
Wednesday, 22 February 2012

A workflow service that you can use to build scalable applications has been released by Amazon.

The service provides the means to automate business processes where the tasks that make up an overall transaction may be distributed across multiple systems, but where the whole process needs to happen in a coordinated set of steps.

aws

The service, Amazon SWF, was accidentally revealed last week when the acronym appeared as a service on Amazon’s listing of services for the free web tier. The service was then removed from the list, but has now been re-instated and details of just what’s on offer are now available.

The service lets you identify processing steps in your applications as tasks, and SWF then co-ordinates the tasks to be carried out correctly and in a scalable manner. Amazon SWF manages any task dependencies, scheduling, and concurrency based on the logic within your application. The service stores tasks, reliably dispatches them to application components, tracks their progress, and keeps their latest state.

The application can consist of distributed components, and Amazon SWF will track the execution state across the components so you don’t have to include code to deal with maintaining the distributed execution state. SWF will dispatch the tasks, though your code can control the routing. The service comes with a programming framework, the AWS Flow Framework, that you use to incorporate asynchronous and event-driven programming into your applications.

 

aws

You can try out Amazon SWF with Amazon’s free usage tier. Once you are a registered user, you can also run a sample workflow in the AWS Management Console.

More Information

Amazon SWF

Related Articles

AWS Storage Gateway

Free Amazon AWS

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook or sign up for our weekly newsletter.

Banner


Apache Superset 4 Updates Reports
15/04/2024

Apache Superset 4 has been released with improvements to the reporting module and redesigned alerts. Superset is a business intelligence web application. It is open source, provides data exploration a [ ... ]



Spider Courtship Decoded by Machine Learning
07/04/2024

Using machine learning to filter out unwanted sounds and to isolate the signals made by three species of wolf spider has not only contributed to an understanding of arachnid courtship behavior, b [ ... ]


More News


Last Updated ( Wednesday, 22 February 2012 )