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: docs/content/index.mdx
+12
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,27 @@ title: Homepage
3
3
description: AWS Lambda Powertools Python
4
4
---
5
5
6
+
importNotefrom"../src/components/Note"
7
+
6
8
Powertools is a suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
7
9
10
+
<Notetype="info">
11
+
<strong>Looking for a quick run through of the core utilities?</strong><br/><br/>
12
+
Check out <ahref="https://aws.amazon.com/blogs/opensource/simplifying-serverless-best-practices-with-lambda-powertools/">this detailed blog post</a> with a practical example.
13
+
</Note><br/>
14
+
8
15
## Install
9
16
10
17
Powertools is available in PyPi. You can use your favourite dependency management tool to install it
0 commit comments