Scenario: You want to automate the processing of orders in an e-commerce application, including tasks such as inventory management and payment processing. Which AWS service would you use to define the workflow and handle the coordination between tasks?

  • AWS Glue
  • AWS Lambda
  • AWS Step Functions
  • Amazon SWF
AWS Step Functions allows you to define and run state machines, providing a way to coordinate multiple tasks, including error handling and retries, in a reliable and scalable manner.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *