What is the advantage of using AWS-StepFunctions?

0
Since there is already a system or processes in progress (all functional) with AWS - Lambda functions what would be the advantages or disadvantages of bringing these processes to step functions, taking into account the learning curve and that we already have the logs deployed in CloudWatch?

In another scenario, what if we were starting the system from the beginning?

    
asked by anonymous 07.08.2018 / 15:54

1 answer

0

Actually the AWS Step Functions are used to coordinate the execution of several functions in a business flow, not in substitution. It provides a descriptive and visual language to coordinate the sequencing and parallelism of functions, so you do not have to do it in your own code.

    
15.08.2018 / 12:30