Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.04 KB

page5.md

File metadata and controls

26 lines (20 loc) · 1.04 KB

console.log("What are these?");

Let's go back to the homepage

Click on "Services" at the top of the screen and search for "Cloudwatch". Please click it and sign in if needed.
Cloudwatch is where all the logs in our code are stored.
Logs are helpful for tracing through the logic in our code (they are checkpoints of how far we've progressed through the logic before failure) and can be used to indicate that certain events activated.

Cloudwatch

On the left sidebar is an option that says "Logs." Let's click it.

These are all the Lambdas you've created. Go to the Lambda you made for this tutorial and click it, please.

Choose any of the log streams and they will display a trace through your code, reading out the messages contained in the console.log()s that are in your Lambda code. There should be a log that displays the phone number that a message was sent to.