Skip to content

Commit 7fdff56

Browse files
author
Michael Brewer
committed
docs: Include .md in internal links
1 parent a02c986 commit 7fdff56

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/index.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -141,18 +141,18 @@ aws serverlessrepo list-application-versions \
141141

142142
| Utility | Description
143143
| ------------------------------------------------- | ---------------------------------------------------------------------------------
144-
| [Tracing](./core/tracer) | Decorators and utilities to trace Lambda function handlers, and both synchronous and asynchronous functions
145-
| [Logger](./core/logger) | Structured logging made easier, and decorator to enrich structured logging with key Lambda context details
146-
| [Metrics](./core/metrics) | Custom Metrics created asynchronously via CloudWatch Embedded Metric Format (EMF)
144+
| [Tracing](./core/tracer.md) | Decorators and utilities to trace Lambda function handlers, and both synchronous and asynchronous functions
145+
| [Logger](./core/logger.md) | Structured logging made easier, and decorator to enrich structured logging with key Lambda context details
146+
| [Metrics](./core/metrics.md) | Custom Metrics created asynchronously via CloudWatch Embedded Metric Format (EMF)
147147
| [Event handler](./core/event_handler) | Event handler decorators for common Lambda events
148-
| [Middleware factory](./utilities/middleware_factory) | Decorator factory to create your own middleware to run logic before, and after each Lambda invocation
149-
| [Parameters](./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
150-
| [Batch processing](./utilities/batch) | Handle partial failures for AWS SQS batch processing
151-
| [Typing](./utilities/typing) | Static typing classes to speedup development in your IDE
152-
| [Validation](./utilities/validation) | JSON Schema validator for inbound events and responses
153-
| [Event source data classes](./utilities/data_classes) | Data classes describing the schema of common Lambda event triggers
154-
| [Parser](./utilities/parser) | Data parsing and deep validation using Pydantic
155-
| [Idempotency](./utilities/idempotency) | Idempotent Lambda handler
148+
| [Middleware factory](./utilities/middleware_factory.md) | Decorator factory to create your own middleware to run logic before, and after each Lambda invocation
149+
| [Parameters](./utilities/parameters.md) | Retrieve parameter values from AWS Systems Manager Parameter Store, AWS Secrets Manager, or Amazon DynamoDB, and cache them for a specific amount of time
150+
| [Batch processing](./utilities/batch.md) | Handle partial failures for AWS SQS batch processing
151+
| [Typing](./utilities/typing.md) | Static typing classes to speedup development in your IDE
152+
| [Validation](./utilities/validation.md) | JSON Schema validator for inbound events and responses
153+
| [Event source data classes](./utilities/data_classes.md) | Data classes describing the schema of common Lambda event triggers
154+
| [Parser](./utilities/parser.md) | Data parsing and deep validation using Pydantic
155+
| [Idempotency](./utilities/idempotency.md) | Idempotent Lambda handler
156156

157157
## Environment variables
158158

0 commit comments

Comments
 (0)