Skip to content

Commit e89fbea

Browse files
committed
docs: use table for clarity
Signed-off-by: heitorlessa <[email protected]>
1 parent ac0aba9 commit e89fbea

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Diff for: docs/content/index.mdx

+9-7
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ sam init --location https://github.com/aws-samples/cookiecutter-aws-sam-python
2626

2727
## Features
2828

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
29+
Utility | Description
30+
------------------------------------------------- | ---------------------------------------------------------------------------------
31+
[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
3436

3537
## Tenets
3638

@@ -49,10 +51,10 @@ _`*` Core utilities are Tracer, Logger and Metrics. Optional utilities may vary
4951

5052
Environment variable | Description | Utility
5153
------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | -------------------------------------------------
52-
**POWERTOOLS_SERVICE_NAME** | Sets service name used for tracing namespace, metrics dimension and structured logging | all
54+
**POWERTOOLS_SERVICE_NAME** | Sets service name used for tracing namespace, metrics dimension and structured logging | All
5355
**POWERTOOLS_METRICS_NAMESPACE** | Sets namespace used for metrics | [Metrics](./core/metrics)
5456
**POWERTOOLS_TRACE_DISABLED** | Disables tracing | [Tracing](./core/tracer)
55-
**POWERTOOLS_TRACE_MIDDLEWARES** | Creates sub-segment for each custom middleware | [middleware_factory](./utilities/middleware_factory)
57+
**POWERTOOLS_TRACE_MIDDLEWARES** | Creates sub-segment for each custom middleware | [Middleware factory](./utilities/middleware_factory)
5658
**POWERTOOLS_LOGGER_LOG_EVENT** | Logs incoming event | [Logging](./core/logger)
5759
**POWERTOOLS_LOGGER_SAMPLE_RATE** | Debug log sampling | [Logging](./core/logger)
5860
**LOG_LEVEL** | Sets logging level | [Logging](./core/logger)

0 commit comments

Comments
 (0)