From 57b498af7091f53b3da4d53d8588406add65d4dc Mon Sep 17 00:00:00 2001 From: David Souther Date: Sat, 30 Mar 2024 11:16:10 -0400 Subject: [PATCH] Cross-link READMEs --- javav2/example_code/ses/Readme.md | 4 ++++ python/example_code/sesv2/README.md | 4 ++++ rustv1/examples/ses/README.md | 4 ++++ workflows/sesv2_weekly_mailer/README.md | 4 +++- 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/javav2/example_code/ses/Readme.md b/javav2/example_code/ses/Readme.md index 392d37d5f73..8c55738c693 100644 --- a/javav2/example_code/ses/Readme.md +++ b/javav2/example_code/ses/Readme.md @@ -52,6 +52,10 @@ Code excerpts that show you how to call individual service functions. +#### SESv2 Newsletter Workflow + +Review the usage instructions in [`workflows/sesv2_weekly_mailer/README.md`](../../../workflows/sesv2_weekly_mailer/README.md). + To run the Newsletter example, copy the files from workflows/sesv2_weekly_mailer/resources into a new folder, javav2/example_code/ses/resources/coupon_newsletter. diff --git a/python/example_code/sesv2/README.md b/python/example_code/sesv2/README.md index 603b815c4ec..7b9d9f13c03 100644 --- a/python/example_code/sesv2/README.md +++ b/python/example_code/sesv2/README.md @@ -58,6 +58,10 @@ Code excerpts that show you how to call individual service functions. +#### SESv2 Newsletter Workflow + +Review the usage instructions in [`workflows/sesv2_weekly_mailer/README.md`](../../../workflows/sesv2_weekly_mailer/README.md). + To run the Newsletter example, copy the files from workflows/sesv2_weekly_mailer/resources into this folder. diff --git a/rustv1/examples/ses/README.md b/rustv1/examples/ses/README.md index da58ad0ce84..c34b52fc1d5 100644 --- a/rustv1/examples/ses/README.md +++ b/rustv1/examples/ses/README.md @@ -54,6 +54,10 @@ Code excerpts that show you how to call individual service functions. +#### SESv2 Newsletter Workflow + +Review the usage instructions in [`workflows/sesv2_weekly_mailer/README.md`](../../../workflows/sesv2_weekly_mailer/README.md). + To run the Newsletter example, copy the files from workflows/sesv2_weekly_mailer/resources into a new folder, rustv1/examples/ses/resources/newsletter. diff --git a/workflows/sesv2_weekly_mailer/README.md b/workflows/sesv2_weekly_mailer/README.md index ee53197b1da..1123464bff3 100644 --- a/workflows/sesv2_weekly_mailer/README.md +++ b/workflows/sesv2_weekly_mailer/README.md @@ -64,7 +64,9 @@ The workflow covers the following SES v2 API actions: This example is implemented in the following languages: -- [Python](../../python/example_code/sesv2/scenarios/wkflw-sesv2-mailer/README.md) +- [Java](../../javav2/example_code/ses/README.md) +- [Python](../../python/example_code/sesv2/README.md) +- [Rust](../../rustv1/examples/ses/README.md) ---