🔥 3-day streak
AWS Certified Solutions Architect - Associate141 / 150
Question 141 of 150
A retail company runs an order-fulfillment process as a chain of AWS Lambda functions: validate payment, reserve inventory, generate a shipping label, and send a confirmation. Currently each function invokes the next one directly, and when a step fails midway the team cannot easily see which step failed, retry only the failed step, or add compensating actions. They want a managed way to coordinate these steps with built-in error handling, retries, and visual tracking of each execution, while keeping the individual functions small and independent. Which approach best meets these requirements?
Reviewed for accuracy · Report an issueNext question →