Skip to content

Commit 46d7e39

Browse files
bmickleajeromevdl
authored andcommitted
improv: tweak README.md (aws-powertools#128)
Added cross-ref to Python implementation and clarified that the repo is Java-focused.
1 parent d139e7f commit 46d7e39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Lambda Powertools
1+
# AWS Lambda Powertools (Java)
22

33
![aws provider](https://img.shields.io/badge/provider-AWS-orange?logo=amazon-aws&color=ff9900)
44

5-
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously(Coming soon!) easier.
5+
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously(Coming soon!) easier. ([AWS Lambda Powertools Python](https://github.com/awslabs/aws-lambda-powertools-python) is also available).
66

77
**[📜Documentation](https://awslabs.github.io/aws-lambda-powertools-java/)** | **[Feature request](https://github.com/awslabs/aws-lambda-powertools-java/issues/new?assignees=&labels=feature-request%2C+triage&template=feature_request.md&title=)** | **[🐛Bug Report](https://github.com/awslabs/aws-lambda-powertools-java/issues/new?assignees=&labels=bug%2C+triage&template=bug_report.md&title=)** | **[Detailed blog post](https://aws.amazon.com/blogs/opensource/simplifying-serverless-best-practices-with-lambda-powertools/)**
88

@@ -86,4 +86,4 @@ See **[example](./example/README.md)** of all features, and a SAM template with
8686

8787
## License
8888

89-
This library is licensed under the Apache License, Version 2.0. See the LICENSE file.
89+
This library is licensed under the Apache License, Version 2.0. See the LICENSE file.

0 commit comments

Comments
 (0)