Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
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
5 changes: 5 additions & 0 deletions content/en/user-guide/lambda-tools/debugging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ More examples and tooling support for local Lambda debugging (including support
* [Lambda Debug Mode (preview)](#lambda-debug-mode-preview)
* [Resources](#resources)

{{< callout tip >}}
Due to the ports published by the Lambda container for the debugger, it is currently only possible to debug one Lambda function at a time.
For advanced debugging scenarios, such as those requiring multiple ports, refer to [Lambda Debug Mode (preview)]({{< relref "debugging#lambda-debug-mode-preview" >}}) section.
{{< /callout >}}

## Debugging Python lambdas

Lambda functions debugging used to be a difficult task.
Expand Down