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.
Loading...
Related Quiz
- Integration with custom event sources often involves setting up __________ to handle incoming events.
- Scenario: You are designing a data processing workflow that involves multiple AWS services such as S3, Lambda, and DynamoDB. Which AWS service would you use to orchestrate the workflow and handle error handling?
- What AWS service is commonly used for storing and analyzing custom metrics?
- Which AWS service is commonly used for logging AWS Lambda function output?
- What are some advanced features of AWS X-Ray for deep insights into application behavior?