Skip to content

Commit 3e4e1ab

Browse files
authored
docs(tenets): make core, non-core more explicit
1 parent 0c6ac0f commit 3e4e1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A suite of utilities for AWS Lambda functions to ease adopting best practices su
1111

1212
## Tenets
1313

14-
This project separates core utilities that will be available in other runtimes vs general utilities that might not be available across all runtimes.
14+
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.
1515

1616
* **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.
1717
* **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.

0 commit comments

Comments
 (0)