Contribute Media
A thank you to everyone who makes this possible: Read More

Serverless Python Web Services

Description

In this session, I will briefly introduce serverless Python web services. First, I will briefly review the meaning of serverless, and then I will explain the reasons why my current company built a serverless service (limited development resources, irregular server traffic patterns, cost reduction) and how I operate and deploy Python web services in a serverless environment. In particular, I will introduce “Zappa,” an open source Python library that helps you conveniently build and deploy serverless Python web services. I will start by creating a very simple Django example project, and then show you the process of setting up “Zappa” and deploying it to an AWS serverless environment (API Gateway, Lambda, etc.). You will be able to experience deploying a Python web service serverless very easily with a single command through “Zappa.” Also, if you are considering building a Python-based serverless environment, I hope this session will be of some help to you!

Details

Improve this page