Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/lambda.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down