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

Commit 164f2e9

Browse files
timothy-bakermikedeck
authored andcommitted
updates to step 6
1 parent c730e81 commit 164f2e9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

ImageProcessing/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ The ARN of the AWS Lambda function that persists the metadata can be found in th
589589
and replace it with
590590

591591
```JSON
592-
"Next": "PersistMetadata"
592+
"Next": "PersistMetadata"
593593

594594
```
595595
> **Note**: be careful to edit the `"End"` line at the `ParallelProcessing` level, not the individual branch level within the parallel state.
@@ -678,12 +678,15 @@ The ARN of the AWS Lambda function that persists the metadata can be found in th
678678
```
679679
</p></details>
680680

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

683685
![Update state machine with persistence step](./images/6-update-state-machine-persistence.png)
686+
687+
1. Click the **Save** button to save the state machine.
684688

685-
686-
1. Test the new state machine with test input:
689+
1. Click the **Start execution** button to test the new state machine with with test input:
687690

688691
```JSON
689692
{
27.3 KB
Loading
-77.9 KB
Loading

0 commit comments

Comments
 (0)