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


Falco On Track To Version 1.0.0
02/04/2024

Falco is a cloud native runtime security tool for the Linux operating system, designed to detect abnormal behavior and warn of potential security threats in real-time. Now it's about to release its fi [ ... ]



JetBrains Launches IDE Services
09/04/2024

JetBrains has launched a new product suite for enterprises. JetBrains IDE Services is designed for use by large organizations with the aim of boosting developer productivity at scale.


More News


Last Updated ( Wednesday, 22 February 2012 )