Python Resource Center
Using Flightcontrol, you can deploy your Python applications on Amazon Web Services (AWS).
We’ve gathered all of our Python resources on this page to help you get started.
We recommend a custom Dockerfile for new Python services.
Guides
| Title | Description |
|---|---|
| Deploying with Flask | Deploy your first Flask app with Flightcontrol. |
| Creating a Flask App | Create a simple Flask + Gunicorn web application to deploy. |
Nixpacks Support for Existing Services
Flightcontrol continues to support existing Python services built with Nixpacks. Nixpacks is in maintenance mode, so use a custom Dockerfile for new services.
With Nixpacks, there are a series of rules that determine how your software gets built and deployed.
Because Nixpacks is open source, you can see exactly what is going on under the hood. The documentation for the Nixpacks Python provider is available here, along with the source code:
- Nixpacks Python Documentation
- Nixpacks Python Provider (Source Code on GitHub)