Amazon Launches AWS Workflow Studio
Written by Kay Ewbank   
Tuesday, 06 July 2021

Amazon AWS has launched Workflow Studio for AWS Step Functions, a new visual builder for creating Step Functions workflows in the AWS Management Console.

Amazon Web Services is an Amazon subsidiary offering scalable cloud computing services. Developers have been able to construct Step Functions workflows with Amazon States Language (ASL) to put together multiple services to crease business applications.

awslogo

The new Step Functions Workflow Studio extends this so that developers can build prototype workflows more rapidly using the graphical interface of the Step Functions console.

The workflo­­­ws can include all the same workflow states, patterns, and service integrations that were available using ASL You create states to define watch steps using forms that can be further edited. The workflow ASL definition can be exported for further editing in the console or using your choice of IDE. Workflow Studio can build new workflows or edit a pre-existing workflow.

AWS Flow

Workflow Studio has a States Browser where you can view and search the available actions and flow states. Actions are operations you can perform using AWS services, such as invoking an AWS Lambda function, making a request with Amazon API Gateway, and sending a message to an Amazon Simple Notification Service (SNS) topic. Flows are the state types you can use to make a workflow appropriate for your use case. Examples of flow states include Choice, which adds if-then-else logic; Parallel, which adds parallel branches; Map, which adds a for-each loop, and Wait, whcih delays for a specific time.

You can also create placeholders for AWS Lambda functions and other service integrations using Workflow Studio's drag-and-drop interface, so you can still design a workflow even if the functions you need aren't written yet. Once a workflow is prototyped you can save and continue to edit in the console or copy the ASL definition to your local IDE.

The Workflow Studio is included in Step Functions pricing at no additional fee.

awslogo

More Information

AWS Step Functions Page

Related Articles

Amazon Releases Data IDE, Meet EMR Studio

Amazon AWS Invests In Rust 

AWS Greengrass Now Supports C Executables

AWS Amplify Opens Cloud Services For JavaScript

 

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

Banner


Java Version 22 Released
04/04/2024

JDK 22 is not a Long Term Support release, but is one of the regular releases that are scheduled to arrive every six months. Still, it has got a lot to show for itself.



Udacity's New Discovering Ethical AI Course
12/04/2024

Udacity has just launched an hour-long course on Ethical AI. Intended for a wide audience across many industries, it introduces to basic concepts and terms needed to step into the world of Ethica [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Tuesday, 06 July 2021 )