Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon Exam SAA-C03 Topic 4 Question 55 Discussion

Actual exam question for Amazon's SAA-C03 exam
Question #: 55
Topic #: 4
[All SAA-C03 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: D

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.


Step Functions Logging and Monitoring

Contribute your Thoughts:

Annita
2 days ago
D) changing the log level? What is this, the 90s? Let's keep it modern with the data flow simulator!
upvoted 0 times
...
Kathryn
3 days ago
B) is a good option if you want to test the entire state machine, but that's overkill if you just need to check the HTTP task.
upvoted 0 times
...
Edison
7 days ago
I'm not sure why anyone would choose A) - invoking just the HTTP Task doesn't give you the full picture of the workflow.
upvoted 0 times
...
Mireya
19 days ago
C) is the way to go! The data flow simulator is perfect for testing individual tasks in the workflow.
upvoted 0 times
Micheline
2 days ago
A) Use the TestState API to invoke only the HTTP Task. Set the inspection level to TRACE.
upvoted 0 times
...
Maia
10 days ago
C) Use the data flow simulator to invoke only the HTTP Task. View the request and response data.
upvoted 0 times
...
...

Save Cancel