Exploring the AWS Lambda Web Console
Explore how to use the AWS Lambda web console to monitor function performance, troubleshoot issues, simulate services locally, and manage deployments. Understand how to leverage built-in logging, scaling, and security features to improve serverless application development and operations.
We'll cover the following...
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. ...