In this chapter, we have learned how to build a completely serverless API from scratch. We have also learned how to add more resources and methods for the API, as well as how to deploy it successfully to multiple stages of development and how to add additional security settings such as authorization and API keys for authentication purposes.
We then learned how to associate a Lambda function with our API Gateway's API service for handling the computational tasks of our API.
In the next chapter, we will be learning about logging and monitoring serverless applications. In that chapter, we will learn about the logging and monitoring services of AWS such as CloudWatch Metrics, CloudWatch Logs, and CloudWatch Dashboards in detail, and try to set them up for our serverless applications. We will also learn how to create a logging and monitoring pipeline from AWS Lambda to...