Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit c730e81

Browse files
timothy-bakermikedeck
authored andcommitted
updates to step 5
1 parent 0d22aa0 commit c730e81

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ImageProcessing/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ The ARNs of the two AWS Lambda functions that performs face index and generate t
430430
and replace it with
431431

432432
```JSON
433-
"Next": "ParallelProcessing",
433+
"Next": "ParallelProcessing",
434434

435435
```
436436
This tells AWS Step Functions if the `CheckFaceDuplicate ` state runs successfully, go on to run the `ParallelProcessing ` state as the next step in the process.
@@ -512,12 +512,15 @@ The ARNs of the two AWS Lambda functions that performs face index and generate t
512512
```
513513
</p></details>
514514

515-
1. Go back the AWS Step Functions Console, update the `RiderPhotoProcessing` statemachine by copy-pasting the updated JSON definition:
515+
1. Go back the AWS Step Functions Console, click the **Edit state machine** button to update the `RiderPhotoProcessing` state machine.
516+
517+
1. Paste the updated JSON definition and click the refresh button in the preview panel to visualize the changes:
516518

517519
![Update State Machine with parallel step](./images/5-update-state-machine-with-parallel-step.png)
518520

521+
1. Click the **Save** button to save the state machine.
519522

520-
1. Test the new state machine with the test input you've used before:
523+
1. Click the **Start execution** button to test the new state machine with the test input you've used before:
521524

522525
```JSON
523526
{
5.32 KB
Loading

0 commit comments

Comments
 (0)