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


50 Years Of Rubik's Cube
07/07/2024

The iconic 3D mechanical puzzle, Rubik's Cube, was invented in 1974 and celebrates its 50th anniversary this year. As well as being a popular puzzle that anyone can try to solve, it touches on some in [ ... ]



JetBrains Releases Qodana Self-Hosted
04/07/2024

JetBrains has released Qodana Self-Hosted, a version of its code quality platform that can now be managed and maintained by the customer on their infrastructure.


More News

kotlin book

 

Comments




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

Last Updated ( Tuesday, 06 July 2021 )