ClaudiaJs and console.log
April 1, 2016
AWS Lambda functions are really great since the server is out of the picture. We don’t really need to care about it, since AWS will handle scaling, patching, starting and stopping for us. It’s just us and our code. Ah bliss!
But wait a second: what if I do a console.log
? Where will that be output? There’s no console, since I don’t have a server. Or is it?
Spoiler alert: Claudia got you covered.