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
Powertools for AWS Lambda (Java) is a developer toolkit to implement Serverless best practices and increase developer velocity.
9
9
10
10
> Also available in [Python](https://github.com/aws-powertools/powertools-lambda-python), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet).
@@ -22,17 +22,17 @@ Powertools for AWS Lambda (Java) is available in Maven Central. You can use your
22
22
<dependency>
23
23
<groupId>software.amazon.lambda</groupId>
24
24
<artifactId>powertools-tracing</artifactId>
25
-
<version>2.2.1</version>
25
+
<version>2.3.0</version>
26
26
</dependency>
27
27
<dependency>
28
28
<groupId>software.amazon.lambda</groupId>
29
29
<artifactId>powertools-logging</artifactId>
30
-
<version>2.2.1</version>
30
+
<version>2.3.0</version>
31
31
</dependency>
32
32
<dependency>
33
33
<groupId>software.amazon.lambda</groupId>
34
34
<artifactId>powertools-metrics</artifactId>
35
-
<version>2.2.1</version>
35
+
<version>2.3.0</version>
36
36
</dependency>
37
37
...
38
38
</dependencies>
@@ -153,15 +153,15 @@ More info [here](https://github.com/aws-powertools/powertools-lambda-java/pull/1
153
153
154
154
## Examples
155
155
156
-
See the latest release of the **[examples](https://github.com/aws-powertools/powertools-lambda-java/tree/v1.18.0/examples)** for example projects showcasing usage of different utilities.
156
+
See the latest release of the **[examples](https://github.com/aws-powertools/powertools-lambda-java/tree/main/examples)** for example projects showcasing usage of different utilities.
157
157
158
158
Have a demo project to contribute which showcase usage of different utilities from powertools? We are happy to accept it [here](CONTRIBUTING.md#security-issue-notifications).
159
159
160
160
## How to support Powertools for AWS Lambda (Java)?
161
161
162
162
### Becoming a reference customer
163
163
164
-
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using Powertools for AWS Lambda (Java), you can request to have your name and logo added to the README file by raising a [Support Powertools for AWS Lambda (Java) (become a reference)](https://github.com/aws-powertools/powertools-lambda-java/issues/new?assignees=&labels=customer-reference&template=support_powertools.yml&title=%5BSupport+Lambda+Powertools%5D%3A+%3Cyour+organization+name%3E) issue.
164
+
Knowing which companies are using this library is important to help prioritize the project internally. If your company is using Powertools for AWS Lambda (Java), you can request to have your name and logo added to the README file by raising a [Support Powertools for AWS Lambda (Java) (become a reference)](https://github.com/aws-powertools/powertools-lambda-java/issues/new?template=support_powertools.yml) issue.
165
165
166
166
The following companies, among others, use Powertools:
167
167
@@ -170,20 +170,15 @@ The following companies, among others, use Powertools:
170
170
*[Europace AG](https://europace.de/)
171
171
*[Vertex Pharmaceuticals](https://www.vrtx.com/)
172
172
173
-
## Credits
174
-
175
-
*[MkDocs](https://www.mkdocs.org/)
176
-
*[Material for MkDocs](https://squidfunk.github.io/mkdocs-material/)
177
-
178
173
## Connect
179
174
180
-
***Powertools for AWS Lambda on Discord**: `#java` - **[Invite link](https://discord.gg/B8zZKbbyET)**
If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:[email protected]).
186
181
187
182
## License
188
183
189
-
This library is licensed under the Apache License, Version 2.0. See the LICENSE file.
184
+
This library is licensed under the MIT-0 License. See the [LICENSE](https://github.com/aws-powertools/powertools-lambda-java/blob/main/LICENSE) file.
Copy file name to clipboardExpand all lines: docs/core/metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -540,15 +540,15 @@ The following example shows how to configure a custom `Metrics` Singleton using
540
540
541
541
### Suppressing metrics output
542
542
543
-
If you would like to suppress metrics output during your unit tests, you can use the `POWERTOOLS_DISABLE_METRICS` environment variable. For example, using Maven you can set in your build plugins:
543
+
If you would like to suppress metrics output during your unit tests, you can use the `POWERTOOLS_METRICS_DISABLED` environment variable. For example, using Maven you can set in your build plugins:
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Powertools for AWS Lambda (Java) is a suite of utilities for AWS Lambda Function
10
10
11
11
12
12
???+ tip "Looking for a quick run through of the core utilities?"
13
-
Check out [this detailed blog post](https://aws.amazon.com/blogs/opensource/simplifying-serverless-best-practices-with-aws-lambda-powertools-java/) with a practical example. To dive deeper,
13
+
Check out [this detailed blog post](https://aws.amazon.com/blogs/compute/introducing-v2-of-powertools-for-aws-lambda-java/) with a practical example. To dive deeper,
14
14
the [Powertools for AWS Lambda (Java) workshop](https://catalog.us-east-1.prod.workshops.aws/workshops/a7011c82-e4af-4a52-80fa-fcd61f1dacd9/en-US/introduction) is a great next step.
0 commit comments