You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,6 @@ It supports the following frameworks:
13
13
14
14
[](https://www.youtube.com/watch?v=BrhybwyDM0I)
15
15
16
-
It offers similar functionality to [SST](https://sst.dev/) and [Serverless Framework v4](https://www.serverless.com/blog/serverless-framework-v4-general-availability), with the following addition features:
17
-
18
-
-**Observability mode** – Enables debugging without impacting the system, so it can even be used in production.
19
-
-**Quick toggle** – Debug mode can be turned off and back on almost instantly without requiring a redeploy like other solutions.
20
-
-**Selective debugging** – You can debug only one or a few functions at a time, which is crucial for large and complex systems. Running many Lambdas simultaneously on a single machine can be confusing and can slow down your computer.
21
-
22
16
## Why?
23
17
24
18
Serverless is amazing and solves many issues with traditional systems. However, writing code for Lambda functions can be challenging. The cycle of writing, deploying, running, fixing, and redeploying is time-consuming and tedious. You could use tools to run Lambda locally or use unit/integration tests; those approaches often don't replicate the actual environment closely enough.
@@ -48,6 +42,14 @@ In case you do not want to debug all functions and add the Layer to them, you ca
48
42
49
43
The tool generates temporary files in the `.lldebugger` folder, which can be deleted after debugging. The wizard can add `.lldebugger` to `.gitignore` for you.
50
44
45
+
## Comaring to Alternatives
46
+
47
+
Lambda Live Debugger offers similar functionality to [SST](https://sst.dev/) and [Serverless Framework v4](https://www.serverless.com/blog/serverless-framework-v4-general-availability), with the following addition features:
48
+
49
+
-**Observability mode** – Enables debugging without impacting the system, so it can even be used in production.
50
+
-**Quick toggle** – Debug mode can be turned off and back on almost instantly without requiring a redeploy like other solutions.
51
+
-**Selective debugging** – You can debug only one or a few functions at a time, which is crucial for large and complex systems. Running many Lambdas simultaneously on a single machine can be confusing and can slow down your computer.
52
+
51
53
## Help and Feedback
52
54
53
55
**The tool has been thoroughly tested across many scenarios. It is flexible and can be adjusted to fit almost any setup. However, projects and TypeScript settings can be configured in numerous ways. If you need help or encounter a bug, please let me know by opening a [GitHub Issue](https://github.com/ServerlessLife/lambda-live-debugger/issues). This will not only help you but also others, because I can improve the tool and the documentation.**
0 commit comments