Hacker News new | ask | show | jobs
Show HN: Deploy Python apps to GCP or AWS with one line of code (launchflow.com)
2 points by TankeJosh 679 days ago
Hey HN, we recently released a new version of our Python SDK that makes it easy to deploy apps, databases, queues, and other infrastructure on GCP and AWS. You can now try it out entirely on your local machine with no account.

LaunchFlow extends OpenTofu to provide features like multi-environment support [1], autoconfigured infrastructure clients [2], and API release management [3].

You can use our library of preconfigured OpenTofu modules to add GCP / AWS infrastructure to your app with just a few lines of Python code. Includes integrations with FastAPI, Flask, and Django.

Follow the Get Started Guide (https://docs.launchflow.com/docs/get-started) to launch an example FastAPI app to GCP / AWS in minutes.

[1] https://docs.launchflow.com/docs/concepts/environments

[2] https://docs.launchflow.com/docs/concepts/resources

[3] https://docs.launchflow.com/docs/concepts/services