-
Notifications
You must be signed in to change notification settings - Fork 153
Docs: create API docs #1043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm having issues with generating the API docs for all the providers given that they are not all exported at the main package index. Opened an issue on the TypeStrong repo: |
It seems that it's not possible to have multiple entry points and so, in order to have the documentation, we'll have to export all providers from the main I did some tests both with
It seems to work without throwing missing dependency errors for the other providers. |
|
Description of the improvement
Summary of the proposal
As a part of our documentation we have a section that focuses on the APIs available. The new utility should feature docstrings that will then populate the corresponding pages of this documentation.
How, where did you look for information
This unit of work tracks the activities related to having the API docs for the new utility. On an high level, these are:
Missing or unclear documentation
https://awslabs.github.io/aws-lambda-powertools-typescript/latest/api/modules/_aws_lambda_powertools_parameters.html
Improvement
N/A
Related existing documentation
[N/A](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/api/
Related issues, RFCs
#846
The text was updated successfully, but these errors were encountered: