AWS Lambda Deployment #362
Replies: 2 comments
-
Not sure about Lambda. I have been working on a project https://github.com/claceio/clace. Clace is an application server which can manage containers. To use Clace, the steps are
FastHTML apps can be deployed by running
Clace will run both the apps in two different containers. Clace supports staged blue-green deployment. App containers will be stopped automatically when they are idle. Clace gives a Cloud Run type interface on your hardware, allowing you to run hundreds of apps on one machine. Docs are at https://clace.io/ |
Beta Was this translation helpful? Give feedback.
-
@petrhrobar Here's an AWS Lambda example with response streaming and cloudformation. And here is a hello world example with terraform |
Beta Was this translation helpful? Give feedback.
-
Hi there,
Amazing work on Fast HTML! Kudos to the entire team for this game-changing project.
I was wondering if there have been any efforts towards deploying Fast HTML? Specifically, I’m interested in deploying it on AWS Lambda, similar to how FastAPI can be deployed using the Mangum package (example: YouTube tutorial).
Looking forward to your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions