Skip to content

Commit a9658c9

Browse files
authored
chore(docs): update project's description (#1290)
* chore: update `commons` readme * chore: update `idempotency` readme * chore: update `logger` readme * chore: update `metrics` readme * chore: update `tracer` readme * chore: update main docs
1 parent 140538e commit a9658c9

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Homepage
33
description: AWS Lambda Powertools for TypeScript
44
---
55

6-
A suite of utilities for AWS Lambda functions running on the Node.js runtime, to ease adopting best practices such as tracing, structured logging, custom metrics, [**and more**](#features).
6+
Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](#features).
77

88
You can use Powertools in both TypeScript and JavaScript code bases.
99

@@ -308,4 +308,4 @@ These are our core principles to guide our decision making.
308308
* **We strive for backwards compatibility**. New features and changes should keep backwards compatibility. If a breaking change cannot be avoided, the deprecation and migration process should be clearly defined.
309309
* **We work backwards from the community**. We aim to strike a balance of what would work best for 80% of customers. Emerging practices are considered and discussed via Requests for Comment (RFCs)
310310
* **Progressive**. Utilities are designed to be incrementally adoptable for customers at any stage of their Serverless journey. They follow language idioms and their community’s common practices.
311-
311+

packages/commons/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Lambda Powertools for TypeScript <!-- omit in toc -->
22

3-
A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more.
3+
Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#features).
44

55
You can use the library in both TypeScript and JavaScript code bases.
66

@@ -82,4 +82,4 @@ Credits for the Lambda Powertools idea go to [DAZN](https://github.com/getndazn)
8282

8383
## License
8484

85-
This library is licensed under the MIT-0 License. See the LICENSE file.
85+
This library is licensed under the MIT-0 License. See the LICENSE file.

packages/idempotency/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Lambda Powertools for TypeScript
22

3-
A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more.
3+
Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#features).
44

55
You can use the library in both TypeScript and JavaScript code bases.
66

@@ -80,4 +80,4 @@ Credits for the Lambda Powertools idea go to [DAZN](https://github.com/getndazn)
8080

8181
## License
8282

83-
This library is licensed under the MIT-0 License. See the LICENSE file.
83+
This library is licensed under the MIT-0 License. See the LICENSE file.

packages/logger/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Lambda Powertools for TypeScript <!-- omit in toc -->
22

3-
A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more.
3+
Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#features).
44

55
You can use the library in both TypeScript and JavaScript code bases.
66

@@ -81,4 +81,4 @@ Credits for the Lambda Powertools idea go to [DAZN](https://github.com/getndazn)
8181

8282
## License
8383

84-
This library is licensed under the MIT-0 License. See the LICENSE file.
84+
This library is licensed under the MIT-0 License. See the LICENSE file.

packages/metrics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Lambda Powertools for TypeScript <!-- omit in toc -->
22

3-
A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more.
3+
Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#features).
44

55
You can use the library in both TypeScript and JavaScript code bases.
66

packages/tracer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Lambda Powertools for TypeScript <!-- omit in toc -->
22

3-
A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more.
3+
Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#features).
44

55
You can use the library in both TypeScript and JavaScript code bases.
66

0 commit comments

Comments
 (0)