In this chapter, we have learned about the monitoring and the logging capabilities of AWS. We also learned about the available monitoring and logging tools inside the AWS environment. We have also learned how to monitor our Lambda functions and how to set up logging for our Lambda functions.
We have learned about the logging and monitoring practices that are followed by the industry and the various ways one can log statements in Python from inside of a Lambda function.
In the next chapter, we will learn how to scale up our serverless architectures to become distributed and to be able to handle massive workloads while still preserving the positives of a serverless setup.