Skip to main content

Debugging Logs Part 3

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 Frameworkopen in new window 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

  • 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 Frameworkopen in new window.


์ด์ฐฌํฌ (MarkiiimarK)
Never Stop Learning.