Subscribe to receive notifications of new posts:

Serverless

MORE POSTS

July 05, 2018 1:00 PM

Debugging Serverless Apps

The Workers team have already done an amazing job of creating a functional, familiar edit and debug tooling experience in the Workers IDE. It's Chrome Developer Tools fully integrated to Workers. `console.log` in your Worker goes straight to the console, just as if you were debug...