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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ If the uploaded photo has passed the basic face detection checks, the next step
291
291
and replace it with
292
292
293
293
```JSON
294
-
"Next": "CheckFaceDuplicate",
294
+
"Next": "CheckFaceDuplicate",
295
295
296
296
```
297
297
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
349
349
350
350

351
351
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**
353
353
354
354

355
355
356
-
356
+
1. An IAM warning will appear suggesting to verify your IAM role's permissions. Click **Save anyway**.
357
+
358
+

359
+
360
+
1. Click **Start execution**.
361
+
357
362
1. Test the new state machine with the test input you've used before:
358
363
359
364
```JSON
@@ -363,7 +368,7 @@ If the uploaded photo has passed the basic face detection checks, the next step
363
368
"s3Key": "1_happy_face.jpg"
364
369
}
365
370
```
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.
0 commit comments