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


Angular and Wiz To Merge
27/03/2024

Two web development frameworks used at Google are merging. One, Angular is open source and widely known, while the other, Wiz, is an internal web framework developed and used by Google for some o [ ... ]



Apache Shiro 2.0 Released
21/03/2024

Apache Shiro 2.0 has been released. The Java security framework now requires at least Java 11, and has added support for Jakarta EE 10.


More News


Last Updated ( Wednesday, 22 February 2012 )