How to Debug TypeScript Lambda with Breakpoints in VSCode using SAM

1

Hello,

I'm developing a TypeScript Lambda function and encountering difficulties with the VSCode debugger, specifically regarding breakpoints. I'm looking for a step-by-step guide on how to set up and use debugging for TypeScript Lambda functions using SAM (Serverless Application Model) and VSCode.

Initial Steps Taken:

  • Initialized a TypeScript project using sam init with the following options: 1,3,7, n, n, y (creating a TypeScript project with lambda powertools).

Primary Question: After generating the basic SAM project, what are the necessary steps or modifications required to enable effective debugging with breakpoints in VSCode?

Issues Faced:

  1. With target: template in launch.json: Breakpoints set in TypeScript code are not being hit during Lambda execution, yet the function completes successfully.
  2. With target: code in launch.json: Continuously encountering ImportModuleErrors, regardless of the attempted solutions.

Any insights or detailed instructions on how to resolve these issues would be immensely helpful. Specifically, how should launch.json be configured, and are there any other settings or steps needed to debug TypeScript Lambda functions effectively in this setup?

Thank you for your assistance!

deniz
已提問 5 個月前檢視次數 104 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南