You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,19 @@ [email protected] with any additional questions or comments.
69
69
## Security issue notifications
70
70
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
71
71
72
+
## Troubleshooting
73
+
74
+
### API reference documentation
75
+
76
+
When you are working on the codebase and you use the local API reference documentation to preview your changes, you might see the following message: `Module aws_lambda_powertools not found`.
77
+
78
+
This happens when:
79
+
80
+
* You did not install the local dev environment yet
81
+
- You can install dev deps with `make dev` command
82
+
* The code in the repository is raising an exception while the `pdoc` is scanning the codebase
83
+
- Unfortunately, this exception is not shown to you, but if you run, `poetry run pdoc --pdf aws_lambda_powertools`, the exception is shown and you can prevent the exception from being raised
84
+
- Once resolved the documentation should load correctly again
> **Join us on the AWS Developers Slack at `#lambda-powertools`** - **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-gu30gquv-EhwIYq3kHhhysaZ2aIX7ew)**
11
+
10
12
## Features
11
13
12
14
***[Tracing](https://awslabs.github.io/aws-lambda-powertools-python/core/tracer/)** - Decorators and utilities to trace Lambda function handlers, and both synchronous and asynchronous functions
0 commit comments