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: docs/content/index.mdx
+9-7
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,13 @@ sam init --location https://github.com/aws-samples/cookiecutter-aws-sam-python
26
26
27
27
## Features
28
28
29
-
*[Tracing](./core/tracer) - Decorators and utilities to trace Lambda function handlers, and both synchronous and asynchronous functions
30
-
*[Logging](./core/logger) - Structured logging made easier, and decorator to enrich structured logging with key Lambda context details
31
-
*[Metrics](./core/metrics) - Custom Metrics created asynchronously via CloudWatch Embedded Metric Format (EMF)
32
-
*[Bring your own middleware](./utilities/middleware_factory) - Decorator factory to create your own middleware to run logic before, and after each Lambda invocation
33
-
*[Parameters utility](./utilities/parameters) - Retrieve parameter values from AWS Systems Manager Parameter Store, AWS Secrets Manager, or Amazon DynamoDB, and cache them for a specific amount of time
[Tracing](./core/tracer) | Decorators and utilities to trace Lambda function handlers, and both synchronous and asynchronous functions
32
+
[Logging](./core/logger) | Structured logging made easier, and decorator to enrich structured logging with key Lambda context details
33
+
[Metrics](./core/metrics) | Custom Metrics created asynchronously via CloudWatch Embedded Metric Format (EMF)
34
+
[Bring your own middleware](.//utilities/middleware_factory) | Decorator factory to create your own middleware to run logic before, and after each Lambda invocation
35
+
[Parameters utility](./utilities/parameters) | Retrieve parameter values from AWS Systems Manager Parameter Store, AWS Secrets Manager, or Amazon DynamoDB, and cache them for a specific amount of time
34
36
35
37
## Tenets
36
38
@@ -49,10 +51,10 @@ _`*` Core utilities are Tracer, Logger and Metrics. Optional utilities may vary
0 commit comments