From e7e1503e11bc4352ed76bfd271011aa1cf3e17d5 Mon Sep 17 00:00:00 2001 From: Joel Scheuner Date: Mon, 9 Feb 2026 11:48:21 +0100 Subject: [PATCH] Fix broken Lambda debugging link --- src/content/docs/aws/services/lambda.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/aws/services/lambda.mdx b/src/content/docs/aws/services/lambda.mdx index 30940caa..01ab3a8f 100644 --- a/src/content/docs/aws/services/lambda.mdx +++ b/src/content/docs/aws/services/lambda.mdx @@ -632,7 +632,7 @@ However, the new provider still supports the following configuration options: The following code snippets and sample applications provide practical examples of how to use Lambda in LocalStack for various use cases: -- [Lambda Debugging][/aws/tooling/lambda-tools/remote-debugging] demonstrates how to remotely debug a Lambda function from within your IDE. +- [Lambda Debugging](/aws/tooling/lambda-tools/remote-debugging) demonstrates how to remotely debug a Lambda function from within your IDE. - [Debug your Python Lambda Function](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debugging-sam-python) - [Debug your JavaScript Lambda Function](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debugging-sam-javascript) - [Debug your TypeScript Lambda Function](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debugging-sam-typescript)