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
Copy file name to clipboardExpand all lines: examples/examples/ses/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Code excerpts that show you how to call individual service functions.
50
50
Code examples that show you how to accomplish a specific task by calling multiple
51
51
functions within the same service.
52
52
53
-
-[Newsletter workflow](src/newsletter.rs)
53
+
-[Newsletter scenario](src/newsletter.rs)
54
54
55
55
56
56
<!--custom.examples.start-->
@@ -65,17 +65,17 @@ functions within the same service.
65
65
66
66
#### SESv2 Newsletter Workflow
67
67
68
-
Review the usage instructions in [`workflows/sesv2_weekly_mailer/README.md`](../../../workflows/sesv2_weekly_mailer/README.md).
68
+
Review the usage instructions in [`workflows/sesv2_weekly_mailer/README.md`](../../../scenarios/features/sesv2_weekly_mailer/README.md).
69
69
70
70
To run the Newsletter example, copy the files from workflows/sesv2_weekly_mailer/resources into a new folder, rustv1/examples/ses/resources/newsletter.
71
71
72
72
<!--custom.instructions.end-->
73
73
74
74
75
75
76
-
#### Newsletter workflow
76
+
#### Newsletter scenario
77
77
78
-
This example shows you how to run the Amazon SES v2 API newsletter workflow.
78
+
This example shows you how to run the Amazon SES v2 API newsletter scenario.
0 commit comments