Viewing console.log's of a lambda function
A lot of developers are used to running their code and seeing console.log locally, but when deploying or debugging a lambda function to AWS, it's not immediately obvious where these debug logs are printed.
Head over to the AWS console and locate the ...
calvin.hashnode.dev1 min read