aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

Add feature indirection to SOS tool

Open Laren-AWS opened this issue 2 years ago • 0 comments

Currently, SOS is set up to publish a chapter for each service client, but some services (RDS is an example) subdivide their service into multiple "feature" guides, even though the API is all in the same service client. For these services, we need to be able to publish a chapter for each feature guide.

For example, RDS has two main guides: RDS and Aurora. We need:

  • aurora_code_examples_chapter: the Aurora scenario and actions.
  • rds_code_examples_chapter: the RDS instance scenario and actions.

The solution is likely to add a little bit of metadata for this kind of service and update to the tool to write separate chapters for this case (needs some research on the exact mechanism).

Laren-AWS avatar Sep 12 '22 17:09 Laren-AWS