Skip to content

Commit b34f27d

Browse files
authored
Fix broken Lambda debugging link (#422)
1 parent 6ed48b5 commit b34f27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/aws/services/lambda.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ However, the new provider still supports the following configuration options:
632632

633633
The following code snippets and sample applications provide practical examples of how to use Lambda in LocalStack for various use cases:
634634

635-
- [Lambda Debugging][/aws/tooling/lambda-tools/remote-debugging] demonstrates how to remotely debug a Lambda function from within your IDE.
635+
- [Lambda Debugging](/aws/tooling/lambda-tools/remote-debugging) demonstrates how to remotely debug a Lambda function from within your IDE.
636636
- [Debug your Python Lambda Function](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debugging-sam-python)
637637
- [Debug your JavaScript Lambda Function](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debugging-sam-javascript)
638638
- [Debug your TypeScript Lambda Function](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debugging-sam-typescript)

0 commit comments

Comments
 (0)