nerdexam
AmazonAmazon

SAA-C03 · Question #230

SAA-C03 Question #230: Real Exam Question with Answer & Explanation

The correct answer is D: Change the log level of the state machine to ALL. Run the state machine.. State Machine Testing with Logs: Changing the log level to ALL enables capturing detailed request and response data. This helps verify HTTP headers, body, and responses. Incorrect Options Analysis: Option A and B: The TestState API is not a valid option for Step Functions. Option

Submitted by lars.no· Mar 4, 2026Design Resilient Architectures

Question

A developer is creating an ecommerce workflow in an AWS Step Functions state machine that includes an HTTP Task state. The task passes shipping information and order details to an endpoint. The developer needs to test the workflow to confirm that the HTTP headers and body are correct and that the responses meet expectations. Which solution will meet these requirements?

Options

  • AUse the TestState API to invoke only the HTTP Task. Set the inspection level to TRACE.
  • BUse the TestState API to invoke the state machine. Set the inspection level to DEBUG.
  • CUse the data flow simulator to invoke only the HTTP Task. View the request and response data.
  • DChange the log level of the state machine to ALL. Run the state machine.

Explanation

State Machine Testing with Logs: Changing the log level to ALL enables capturing detailed request and response data. This helps verify HTTP headers, body, and responses. Incorrect Options Analysis: Option A and B: The TestState API is not a valid option for Step Functions. Option C: A data flow simulator does not exist for AWS Step Functions.

Community Discussion

No community discussion yet for this question.

Full SAA-C03 PracticeBrowse All SAA-C03 Questions