From 5b816722e104b28c8dde8aa32b07f19323b83774 Mon Sep 17 00:00:00 2001 From: Lars Jacobsson Date: Thu, 10 Aug 2023 23:36:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f817b..9f6330a 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ The `--force-restore` flag is useful if you want to restore the original Lambda *Big thanks to [Jason Wadsworth](https://twitter.com/quizout) for all the early feedback on this feature <3* #### How to debug -1. Create a launch configuration and shutdown task (VS Code / NodeJS only) +1. Create a launch configuration (and shutdown task if you're on VS Code using NodeJS). This command will automate it for you: ``` sam local --debug ```