Skip to main content

Debugging Logs Part 3

2023๋…„ 12์›” 27์ผLess than 1 minuteRubycrashcourserubyjetsawsaws-lambdacloudwatch

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:

lambda-console-ruby-error
lambda-console-ruby-error

Summary of What Weโ€™ll Cover


More info

For an Jets Introduction: Introducing Jets: A Ruby Serverless Framework.