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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,15 @@ title: Homepage
3
3
description: AWS Lambda Powertools Java
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-aws-lambda-powertools-java/">this detailed blog post</a> with a practical example.
13
+
</Note>
14
+
8
15
## Install
9
16
10
17
Powertools dependencies are available in Maven Central. You can use your favourite dependency management tool to install it
0 commit comments