ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

302 / 474

Question 302:

You have created a Lambda Function generating the error “ServiceException”. Which of the following is the best practice to handle this exception under AWS Step Functions?

Answer options:

A.Use Lambda Catch code with only “ErrorEquals” string.
B.Use Lambda Retry code with only “BackoffRate” string
C.Use Lambda Retry code with only “ErrorEquals” string.
D.Use Lambda Catch code with only “ResultPath” string.