awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java: separate SES and SESv2 examples into separate folders.

Laren-AWS opened this issue · comments

The javav2/example_code/ses folder currently contains examples for both SES and SESv2, but WRITEME doesn't handle this situation correctly (it attempts to overwrite the README with whichever one is last).

Folders should generally be on a per-service-client basis anyway, so the best answer is to separate these examples into separate folders.