Skip to content

Commit fad9657

Browse files
authored
chore: grammar issues
1 parent 5ad8e20 commit fad9657

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray,
66

77
## Tenets
88

9-
* **AWS Lambda only** – We optimize for AWS Lambda functions environment only. Utilities might work with web frameworks, and non-Lambda environments though they are not officially supported.
10-
* **Eases the adoption of best practices**Utilities’ main priority is to facilitate best practices adoption defined in AWS Well-Architected Serverless Lens; everything else is optional.
11-
* **Keep it lean** – Additional dependencies are carefully considered to ease maintenance, security, and to prevent negatively impacting startup time.
9+
* **AWS Lambda only** – We optimise for AWS Lambda function environments only. Utilities might work with web frameworks and non-Lambda environments, though they are not officially supported.
10+
* **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.
11+
* **Keep it lean** – Additional dependencies are carefully considered for security and ease of maintenance, and prevent negatively impacting startup time.
1212
* **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.
13-
* **We work backwards from the community** – We aim to strike a balance of what would
14-
work for 80% of customers. Emerging practices are considered and discussed via request for
15-
comments (RFCs)
16-
* **Idiomatic** – Utilities follow language’s idioms and their best practices.
13+
* **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)
14+
* **Idiomatic** – Utilities follow programming language idioms and language-specific best practices.
15+
16+
_`*` Core utilities are Tracer, Logger and Metrics. Optional utilities may vary across languages._
1717

1818
## Powertools available
1919

0 commit comments

Comments
 (0)