Add logs to AWS Lambda function and review them in CloudWatch
DRANK

Since AWS Lambda functions are running in the cloud, we need to be able to dig in to see what's going on in there (especially when we have issues with the function). This is where logs come in, AWS Lambda allows us to send logs from functions to various services, including CloudWatch In this lesson we're going to learn how to add logs to a lambda function and how to review them in CloudWatch

egghead.io
Related Topics: Amazon Web Services Functional Programming