netlify / vue-cli-plugin-netlify-lambda

Netlify Lambda plugin for Vue CLI
76 stars 12 forks source link

How to Debug Lambda Functions in Vue CLI? #24

Open bomzj opened 4 years ago

bomzj commented 4 years ago

The documentation lacks of Debugging information on lambda functions. Is there is a way to debug lambda functions provided for vue cli?

P.S. console.log statements in terminal window is awkward and dinosaur method, in other words it's not a solution.