From 89bb4bf37fe7e2dfe67d849888bfb68c1fcca87b Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Tue, 11 Jan 2022 09:56:51 +0100 Subject: [PATCH 1/2] docs: updated tenets section to conform w other runtimes --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 185ce9bbf1..b6bc80e065 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ AWS Lambda Powertools TypeScript provides a suite of utilities for AWS Lambda fu ## Tenets -This project separates core utilities that will be available in other runtimes vs general utilities that might not be available across all runtimes. +Core utilities such as Tracing, Logging, Metrics, and Event Handler will be available across all Lambda Powertools runtimes. Additional utilities are subjective to each language ecosystem and customer demand. * **AWS Lambda only**. We optimise for AWS Lambda function environments and supported runtimes only. Utilities might work with web frameworks and non-Lambda environments, though they are not officially supported. * **Eases the adoption of best practices**. The main priority of the utilities is to facilitate best practices adoption, as defined in the AWS Well-Architected Serverless Lens; all other functionality is optional. From 3708472e8fafa24b40f2c843989835493d434002 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Tue, 11 Jan 2022 16:01:09 +0100 Subject: [PATCH 2/2] Update docs/index.md Co-authored-by: Sara Gerion <47529391+saragerion@users.noreply.github.com> --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b6bc80e065..de6ae8626b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ AWS Lambda Powertools TypeScript provides a suite of utilities for AWS Lambda fu ## Tenets -Core utilities such as Tracing, Logging, Metrics, and Event Handler will be available across all Lambda Powertools runtimes. Additional utilities are subjective to each language ecosystem and customer demand. +Core utilities such as Tracer, Logger, Metrics, and Event Handler will be available across all Lambda Powertools runtimes. Additional utilities are subjective to each language ecosystem and customer demand. * **AWS Lambda only**. We optimise for AWS Lambda function environments and supported runtimes only. Utilities might work with web frameworks and non-Lambda environments, though they are not officially supported. * **Eases the adoption of best practices**. The main priority of the utilities is to facilitate best practices adoption, as defined in the AWS Well-Architected Serverless Lens; all other functionality is optional.