Debugging Node.js Lambda invoked by ApiGateway
Debugging tools are fundamental for our day-to-day work as developers. Running a Lambda inside its original environment, with the ability to add breakpoints on the fly, and to watch variable values change in real-time, could save hours and possibly…