DjangoCon US 2018 - Serverless Django with Zappa by Dane Hillard

DjangoCon US 2018 - Serverless Django with Zappa by Dane Hillard

A common set of considerations when planning to release a new application are around hosting and resources:

Which platforms will support my app? What OS should I use? What WSGI server should I use? How much memory and CPU do I need? Zappa, a framework for running serverless WSGI applications on top of AWS Lambda, can help address these and other questions around application deployment. With some configuration (as code), Zappa can get you up and running quickly, letting you focus on developing the application instead of the infrastructure.

In this talk we’ll go through some of these kinds of questions to see how they might be answered in traditional solutions and then see how Zappa handles them. We’ll also talk about a few specific configuration options for handling SSL certificates and running Django commands on the Zappa-deployed application.

This talk was presented at: https://2019.djangocon.us/talks/djang...

LINKS: Follow Dane Hillard 👇 On Twitter: https://twitter.com/easyaspython Official homepage: https://easyaspython.com

Follow DjangCon US 👇 https://twitter.com/djangocon

Follow DEFNA 👇 https://twitter.com/defnado https://www.defna.org/

Date Added: September 19, 2024

Watch Video