You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray,
6
6
7
7
## Tenets
8
8
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 adoptiondefined 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.
12
12
***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._
0 commit comments