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
This library may change its API/methods or environment variables as it receives feedback from customers. Currently looking for ideas in the following areas before making it stable:
177
+
178
+
***Should Tracer patch all possible imported libraries by default or only AWS SDKs?**
179
+
- Patching all libraries may have a small performance penalty (~50ms) at cold start
180
+
- Alternatively, we could patch only AWS SDK if available and to provide a param to patch multiple `Tracer(modules=("boto3", "requests"))`
181
+
***Create a Tracer provider to support additional tracing**
182
+
- Either duck typing or ABC to allow additional tracing providers
183
+
149
184
## TODO
150
185
151
186
*[ ] Enable CI
152
-
*[ ] Publish PyPi package
187
+
*[ ] Add an example code using powertools
188
+
*[ ] Automate release and version bumping in CI
153
189
154
190
## Credits
155
191
156
-
*We use a microlib for structured logging[aws-lambda-logging](https://gitlab.com/hadrien/aws_lambda_logging)
157
-
*Idea of a powertools to provide a handful utilities for AWS Lambda functiones comes from[DAZN Powertools](https://github.com/getndazn/dazn-lambda-powertools/)
0 commit comments