Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
Changes from 1 commit
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 complex debugging scenarios that require multiple ports, please consult the [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