Did anyone try to combine NestJS and SST? What I mean, is calling NestJs within the lambda?
Is it possible to combine building / boundling the NestJs with SST workflow?
Is it possible to use debugging?
j
Jay
01/22/2022, 11:54 PM
Hey @Marcin M if NestJs doesn’t support being bundled with esbuild, you can set it up to exclude it. And debugging should work as normal.