Skip to content

Commit 56d1ea3

Browse files
committed
improv(docs): add getting started sections
1 parent 1e330b3 commit 56d1ea3

19 files changed

+79
-24
lines changed
File renamed without changes.
File renamed without changes.

docs/features/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Features
3+
description: Features of Powertools for AWS Lambda
4+
---
5+
6+
<!-- markdownlint-disable MD043 -->
7+
8+
Stuff
File renamed without changes.

docs/core/logger.md renamed to docs/features/logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ These settings will be used across all logs emitted:
5656
???+ info
5757
When `POWERTOOLS_DEV` environment variable is present and set to `"true"` or `"1"`, Logger will pretty-print log messages for easier readability. We recommend to use this setting only when debugging on local environments.
5858

59-
See all environment variables in the [Environment variables](../index.md/#environment-variables) section.
59+
See all environment variables in the [Environment variables](../index.md#environment-variables) section.
6060
Check API docs to learn more about [Logger constructor options](https://docs.powertools.aws.dev/lambda/typescript/latest/api/types/_aws_lambda_powertools_logger.types.ConstructorOptions.html){target="_blank"}.
6161

6262
#### Example using AWS Serverless Application Model (SAM)
File renamed without changes.

docs/utilities/parameters.md renamed to docs/features/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ You can use the `awsSdkV3Client` parameter via any of the available [Provider Cl
413413
| [DynamoDBProvider](#dynamodbprovider) | `new DynamoDBClient();` |
414414

415415
???+ question "When is this useful?"
416-
Injecting a custom AWS SDK v3 client allows you to [apply tracing](../core/tracer.md#patching-aws-sdk-clients) or make unit/snapshot testing easier, including SDK customizations.
416+
Injecting a custom AWS SDK v3 client allows you to [apply tracing](../features/tracer.md#patching-aws-sdk-clients) or make unit/snapshot testing easier, including SDK customizations.
417417

418418
=== "SSMProvider"
419419
```typescript hl_lines="5 7"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)