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

Commit 0d22aa0

Browse files
timothy-bakermikedeck
authored andcommitted
updates to step 4
1 parent 978a63d commit 0d22aa0

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

ImageProcessing/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ If the uploaded photo has passed the basic face detection checks, the next step
291291
and replace it with
292292

293293
```JSON
294-
"Next": "CheckFaceDuplicate",
294+
"Next": "CheckFaceDuplicate",
295295

296296
```
297297
This tells AWS Step Functions if the `FaceDetection` state runs successfully, go on to run the `CheckFaceDuplicate` state as the next step in the process.
@@ -349,11 +349,16 @@ If the uploaded photo has passed the basic face detection checks, the next step
349349

350350
![edit state machine](./images/4-edit-state-machine.png)
351351

352-
1. Copy-paste the updated JSON definition into the editor, then click **Update and start execution**
352+
1. Copy-paste the updated JSON definition into the editor, then click **Save**
353353

354354
![update state machine definition](./images/4-update-state-machine-definition.png)
355355

356-
356+
1. An IAM warning will appear suggesting to verify your IAM role's permissions. Click **Save anyway**.
357+
358+
![save state machine definition](./images/4-save-state-machine-definition.png)
359+
360+
1. Click **Start execution**.
361+
357362
1. Test the new state machine with the test input you've used before:
358363

359364
```JSON
@@ -363,7 +368,7 @@ If the uploaded photo has passed the basic face detection checks, the next step
363368
"s3Key": "1_happy_face.jpg"
364369
}
365370
```
366-
Because we haven't added the step yet to index the face in the photo into the Rekognition collection, the `CheckFaceDuplicate` step will always succeed at this point.
371+
Because we haven't added the step yet to index the face in the photo into the Rekognition collection, the `CheckFaceDuplicate` step will always succeed at this point.
367372

368373
</p></details>
369374

-6.19 KB
Loading
31.1 KB
Loading
56.1 KB
Loading

0 commit comments

Comments
 (0)