You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: ImageProcessing/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -430,7 +430,7 @@ The ARNs of the two AWS Lambda functions that performs face index and generate t
430
430
and replace it with
431
431
432
432
```JSON
433
-
"Next": "ParallelProcessing",
433
+
"Next": "ParallelProcessing",
434
434
435
435
```
436
436
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
512
512
```
513
513
</p></details>
514
514
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:
516
518
517
519

518
520
521
+
1. Click the **Save** button to save the state machine.
519
522
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:
0 commit comments