File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/content/docs/aws/tooling/lambda-tools Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ tags: ["Free"]
88---
99
1010import { 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
431432Lambda Debug Mode is a preview feature in LocalStack designed to enhance your Lambda debugging workflows.
432433This 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)
You can’t perform that action at this time.
0 commit comments