Skip to content

Commit 7ed72cb

Browse files
docs: updated tenets section to conform w other runtimes (aws-powertools#453)
Co-authored-by: Sara Gerion <[email protected]>
1 parent 5a28b32 commit 7ed72cb

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
@@ -17,7 +17,7 @@ AWS Lambda Powertools TypeScript provides a suite of utilities for AWS Lambda fu
1717

1818
## Tenets
1919

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

2222
* **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.
2323
* **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)