From the course: Claude with Amazon Bedrock by Anthropic

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Automated debugging

Automated debugging

Cloud Code is not just about helping you author some code inside of your editor. It can also help you after you have deployed your application in monitoring for errors and helping you fix those errors as they arise. So in this video, I'm going to walk you through a sample workflow where we are going to take a look at a production application that is throwing some errors but only in a production environment. We're going to see how we can make use of Cloud Code to automatically find and fix those errors. So first, let me show you a little sample application I put together. This is a very simple chatbot and I'm currently running it locally on my own computer. You can see the evidence for that I'm currently at localhost 3000. If I ask any question here let's say maybe what's one plus one no problem I'll get back an answer rather quickly. This chat application also has the ability to make simple artifacts so for example it can show a built-in spreadsheet. I'm going to ask for a spreadsheet…

Contents