Skip to content

Commit

Permalink
Cross-link READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Mar 30, 2024
1 parent c28b2ab commit 7f4aba4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions javav2/example_code/ses/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Code excerpts that show you how to call individual service functions.

<!--custom.instructions.start-->

#### 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.

<!--custom.instructions.end-->
Expand Down
4 changes: 4 additions & 0 deletions python/example_code/sesv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ Code excerpts that show you how to call individual service functions.

<!--custom.instructions.start-->

#### 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.

<!--custom.instructions.end-->
Expand Down
4 changes: 4 additions & 0 deletions rustv1/examples/ses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ Code excerpts that show you how to call individual service functions.

<!--custom.instructions.start-->

#### 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.

<!--custom.instructions.end-->
Expand Down
4 changes: 3 additions & 1 deletion workflows/sesv2_weekly_mailer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down

0 comments on commit 7f4aba4

Please sign in to comment.