powertools-lambda-typescript icon indicating copy to clipboard operation
powertools-lambda-typescript copied to clipboard

Maintenance: Align API reference customer names section with user guide docs

Open phipag opened this issue 2 months ago • 1 comments

Summary

The customer references section in the docs is currently not aligned with the API reference counterpart: https://docs.powertools.aws.dev/lambda/typescript/latest/api/#becoming-a-reference-customer

The goal of this issue to replace the API reference with the same contents as in the user guide docs.

Why is this needed?

This is needed to comply with AWS documentation guidelines and to deliver a consistent documentation experience.

Which area does this relate to?

Governance

Solution

No response

Acknowledgment

Future readers

Please react with 👍 and your use case to help us understand customer demand.

phipag avatar Sep 30 '25 10:09 phipag

Thanks for opening the issue.

A note for the implementers: the readme file for each one of the API reference pages is defined in the typedoc config file in each package. Right now we're pointing to the README.md of each package as well as the main one.

If we simply remove the customer references from the README files, then we won't have any customer reference left anywhere, since that same README is sent also to npm when publishing the package.

The correct action should probably be to do something along the lines of either:

  • creating a dedicated API_README.md file without customer references and use that in typedoc
  • remove the cover pages from the API reference, but keep the existing README

dreamorosi avatar Sep 30 '25 11:09 dreamorosi