Summary
In this chapter, we learned about creating a custom domain and configuring the domain with Route 53. Using Route 53, we managed the domain DNS configurations. To generate the SSL certificate, we used ACM, which is easy and straightforward to use. Later, we configured Zappa with a domain using the ARN of the generated ACM certificate. I hope this chapter helps you understand the mechanism of configuring a custom domain for your application.
Now we are going to learn more about scheduling a task and the asynchronous execution of a method on AWS Lambda. We are going to enhance the quote API application further with a mobile subscription model. Let's gear up for the next chapter to dive into the world of asynchronous using AWS Lambda.