Exploring the AWS Lambda Web Console
In this lesson, you will learn how to check out the configurations of your Lambda functions and how to monitor them using the AWS Lambda Web Console.
We'll cover the following...
This chapter explains the basic monitoring and logging features of AWS Lambda to help with troubleshooting. You will also learn how to simulate AWS services locally to speed up development work.
In the previous chapter, you deployed a ‘hello world’ service that doesn’t do much, but it comes with the full operational support required for serving millions of concurrent users. That’s one of the best things about AWS Lambda. A five-minute hack is usually insecure, does not scale well, and generally is not ready for production usage. Monitoring, scaling, fault tolerance, load balancing, and centralized logging come straight out of the box with Lambda. Serverless is like a toy that has the batteries included, instantly ready to play with. ...