Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a serverless application on AWS, a Step Functions state machine manages multiple Lambda functions. How can a developer ensure automatic retries for a Lambda function that fails due to timeout errors during high demand?
A
Configure a Retry field in the state machine definition for the Lambda function.
B
Add a Timeout field in the state machine definition.
C
Introduce a Fail state in the state machine definition.
D
Modify the state machine to use Amazon SNS for invocation requests and subscribe a Lambda function to handle retries.