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)