From af977cf82f1f3a1ef8bff1f9f3ab54a7c837d905 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Wed, 15 Feb 2023 12:17:58 +0100 Subject: [PATCH 1/6] chore: update `commons` readme --- packages/commons/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/commons/README.md b/packages/commons/README.md index 184439883a..c319faf205 100644 --- a/packages/commons/README.md +++ b/packages/commons/README.md @@ -1,6 +1,6 @@ # AWS Lambda Powertools for TypeScript -A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more. +Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#features). You can use the library in both TypeScript and JavaScript code bases. @@ -82,4 +82,4 @@ Credits for the Lambda Powertools idea go to [DAZN](https://github.com/getndazn) ## License -This library is licensed under the MIT-0 License. See the LICENSE file. \ No newline at end of file +This library is licensed under the MIT-0 License. See the LICENSE file. From 6d863a4532097b13178d4c24c3c02342e7b097d1 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Wed, 15 Feb 2023 12:18:20 +0100 Subject: [PATCH 2/6] chore: update `idempotency` readme --- packages/idempotency/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/idempotency/README.md b/packages/idempotency/README.md index 848588fe31..98355a19e5 100644 --- a/packages/idempotency/README.md +++ b/packages/idempotency/README.md @@ -1,6 +1,6 @@ # AWS Lambda Powertools for TypeScript -A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more. +Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#features). You can use the library in both TypeScript and JavaScript code bases. @@ -80,4 +80,4 @@ Credits for the Lambda Powertools idea go to [DAZN](https://github.com/getndazn) ## License -This library is licensed under the MIT-0 License. See the LICENSE file. \ No newline at end of file +This library is licensed under the MIT-0 License. See the LICENSE file. From 4d6e7fa8a366ec214a87ff722563bdbba792ccf7 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Wed, 15 Feb 2023 12:18:37 +0100 Subject: [PATCH 3/6] chore: update `logger` readme --- packages/logger/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/logger/README.md b/packages/logger/README.md index 80f5122041..972bd4af2f 100644 --- a/packages/logger/README.md +++ b/packages/logger/README.md @@ -1,6 +1,6 @@ # AWS Lambda Powertools for TypeScript -A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more. +Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#features). You can use the library in both TypeScript and JavaScript code bases. @@ -81,4 +81,4 @@ Credits for the Lambda Powertools idea go to [DAZN](https://github.com/getndazn) ## License -This library is licensed under the MIT-0 License. See the LICENSE file. \ No newline at end of file +This library is licensed under the MIT-0 License. See the LICENSE file. From 87a90c685208e949baf661c1f6e3a23083bffb8a Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Wed, 15 Feb 2023 12:18:52 +0100 Subject: [PATCH 4/6] chore: update `metrics` readme --- packages/metrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/metrics/README.md b/packages/metrics/README.md index a148d17c99..8344b0262c 100644 --- a/packages/metrics/README.md +++ b/packages/metrics/README.md @@ -1,6 +1,6 @@ # AWS Lambda Powertools for TypeScript -A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more. +Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#features). You can use the library in both TypeScript and JavaScript code bases. From 1e77250695418a70c45e48e0f6c42679608bab36 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Wed, 15 Feb 2023 12:19:14 +0100 Subject: [PATCH 5/6] chore: update `tracer` readme --- packages/tracer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tracer/README.md b/packages/tracer/README.md index a148d17c99..8344b0262c 100644 --- a/packages/tracer/README.md +++ b/packages/tracer/README.md @@ -1,6 +1,6 @@ # AWS Lambda Powertools for TypeScript -A suite of utilities for AWS Lambda functions to ease the adoption of best practices such as tracing, structured logging, custom metrics, and more. +Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#features). You can use the library in both TypeScript and JavaScript code bases. From f8e526b27d0032542795570984905bb2ba240198 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Wed, 15 Feb 2023 12:19:49 +0100 Subject: [PATCH 6/6] chore: update main docs --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 54fbecb549..a6ea959862 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ title: Homepage description: AWS Lambda Powertools for TypeScript --- -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). +Powertools is a developer toolkit to implement Serverless [best practices and increase developer velocity](#features). You can use Powertools in both TypeScript and JavaScript code bases. @@ -308,4 +308,4 @@ These are our core principles to guide our decision making. * **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. * **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) * **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. - \ No newline at end of file +