Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit efb3ea3

Browse files
MarcelStranakjoe4dev
authored andcommitted
Add note on debugging limitations for Lambda functions (#1542)
1 parent 5891bd3 commit efb3ea3

File tree

1 file changed

+5
-0
lines changed
  • content/en/user-guide/lambda-tools/debugging

1 file changed

+5
-0
lines changed

content/en/user-guide/lambda-tools/debugging/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ More examples and tooling support for local Lambda debugging (including support
2323
* [Lambda Debug Mode (preview)](#lambda-debug-mode-preview)
2424
* [Resources](#resources)
2525

26+
{{< callout tip >}}
27+
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.
28+
For advanced debugging scenarios, such as those requiring multiple ports, refer to [Lambda Debug Mode (preview)]({{< relref "debugging#lambda-debug-mode-preview" >}}) section.
29+
{{< /callout >}}
30+
2631
## Debugging Python lambdas
2732

2833
Lambda functions debugging used to be a difficult task.

0 commit comments

Comments
 (0)