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
// you can customize the list of lambdas here or create your own
132
+
// return foundLambdas;
133
+
//},
134
+
} satisfiesLldConfigTs;
135
+
```
136
+
137
+
The setting are the same as for CLI parameters.
138
+
139
+
### Custom framework implementation and adjustment
140
+
141
+
getLambdas: async (foundLambdas) => {
142
+
//you can customize the list of lambdas here or create your own
143
+
//return foundLambdas;
144
+
},
145
+
117
146
### Debugging
118
147
119
148
You might want to configure your development tool for debugging. The wizard automatically configures for VsCode in `.vscode/launch.json`. Here is an example:
@@ -142,13 +171,6 @@ For other tools, please send documentation to include here. WebStorm instruction
142
171
143
172
Set the `subfolder` parameter if your framework is in a subfolder.
144
173
145
-
## Custom Configuration
146
-
147
-
getLambdas: async (foundLambdas) => {
148
-
//you can customize the list of lambdas here or create your own
149
-
//return foundLambdas;
150
-
},
151
-
152
174
## Removing
153
175
154
176
To remove Lambda Live Debugger from your AWS account
0 commit comments