Skip to content

Commit bb56c62

Browse files
docs: add Pro tag for Lambda Debug Mode (#145)
1 parent d7db8c2 commit bb56c62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/aws/tooling/lambda-tools/remote-debugging.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tags: ["Free"]
88
---
99

1010
import { Tabs, TabItem } from '@astrojs/starlight/components';
11+
import { Badge } from '@astrojs/starlight/components';
1112

1213
# Overview
1314

@@ -426,7 +427,7 @@ awslocal lambda invoke --function-name func1 \
426427
</TabItem>
427428
</Tabs>
428429

429-
## Lambda Debug Mode (Preview)
430+
## Lambda Debug Mode (Preview) <Badge text="Pro" size="large" />
430431

431432
Lambda Debug Mode is a preview feature in LocalStack designed to enhance your Lambda debugging workflows.
432433
This feature provides an optimized environment for debugging Lambda functions, ensuring that you have the
@@ -562,4 +563,4 @@ functions:
562563
* [Enable Lambda Debug Mode to Automatically Raise Execution Timeouts (Java)](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debug-mode/java/base-enable-lambda-debug-mode)
563564
* [Enable Lambda Debug Mode to Automatically Raise Execution Timeouts (Python)](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debug-mode/python/base-multiple-lambda-debug-mode)
564565
* [Enable Lambda Debug Mode to Automatically Raise Execution Timeouts for multiple Lambdas (Python)](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debug-mode/python/base-multiple-lambda-debug-mode)
565-
* [Enable Lambda Debug Mode to Automatically Handle Concurrent Function Invocations (Python)](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debug-mode/python/base-concurrent-lambda-debug-mode)
566+
* [Enable Lambda Debug Mode to Automatically Handle Concurrent Function Invocations (Python)](https://github.com/localstack-samples/localstack-pro-samples/tree/master/lambda-debug-mode/python/base-concurrent-lambda-debug-mode)

0 commit comments

Comments
 (0)