lahaally.blogg.se

Webstorm postman
Webstorm postman









Now if you navigate to packages/functions/src/lambda.ts, you can set a breakpoint.Ĭlick on Debug icon to start the debugging But you can continue debugging the Lambda function, even after the API request times out. Since the API Gateway timeout cannot be increased for more than 30 seconds. Note that, this doesn’t increase the timeout of an API. SST has an -increase-timeout option that increases the function timeouts in your app to the maximum 15 minutes.Īdd -increase-timeout to the arguments to increase the timeout. Since we are going to set breakpoints in our Lambda functions, it makes sense to increase the timeouts.

webstorm postman

It will open up a dialog where you need to configure the settings as per the project, WebStorm does it automatically for us. Select the package.json from the left panel, click on the ▶️ icon next to the dev script, and then select Modify Run Configuration. To allow WebStorm to set breakpoints and debug our Lambda functions we’ll add it to our Debug Configurations.

webstorm postman

Import Adding WebStorm Debug Configuration











Webstorm postman