Debugging Logs Part 3
Less than 1 minute
Debugging Logs Part 3 ๊ด๋ จ
Debugging Logs Part 3
...
In this video, we continue the tutorials on the Jets Ruby Serverless Framework that adds Ruby support to AWS Lambda. Weโll cover something that is pretty important to know as a software developer: debugging. With Jets itโs pretty straightforward to look at the debugging logs both locally and remotely. Locally, the logs show up with the local running server. Remotely, the logs show up in CloudWatch Logs: available both on the AWS CloudWatch Logs console and the AWS Lambda console.
Lambda Console
Hereโs what an error looks like in the Lambda console:
Summary of What Weโll Cover
- Breaking the App Locally by calling raise "
the roof
" - Checking out the log output locally
- Breaking the App Remotely by calling raise "
my kids
" - Deploy the App
- Checking out the log output on AWS CloudWatch logs and the AWS Lambda console
More info
For an Jets Introduction: Introducing Jets: A Ruby Serverless Framework.