Further reading
For more information on the topics that were covered in this chapter, please refer to the following resources:
- Building Web Applications with Flask by Italo Maia, June 2015
- Expert Python Programming: Master Python by learning the best coding practices and advanced programming concepts, 4th Edition by Michal Jaworski and Tarek Ziade, May 2021 (the Asynchronous programming chapter)
- AWS Lambda Quick Start Guide: Learn how to build and deploy serverless applications on AWS by Markus Klems, June 2018
- Mastering AWS Lambda: Learn how to build and deploy serverless applications by Yohan Wadia and Udita Gupta, August 2017
- Zappa framework documentation:
- Python
asyncio
library: