Python Deployment
Filtered Results
Everything you need to ship your Python applications to production — across the cloud platform and hosting provider that matters.
Deploy Wagtail Blog to AWS Serverless Lambda by using Zappa
Running a blog doesn't have to mean maintaining a server 24/7 -- especially when the traffic is low or unpredictable. In this tutorial, we'll show you how to deploy a Wagtail blog to AWS Lambda using Zappa - a tool that packages and deploys Django/WSGI applications as serverless functions with minimal configuration. With this serverless setup, AWS manages the underlying infrastructure for you: your application can scale automatically, you only pay for the resources used when requests are processed, and there are no servers to patch, monitor, or maintain. We'll go through the complete deployment process step by step. By the end of this tutorial you will have a fully functional Wagtail blog running on AWS Lambda, backed by an external PostgreSQL database and Amazon S3 for media file storage.