AWS Lambda Deployment #362
petrhrobar
started this conversation in
Show and tell
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/ |
0 replies
|
@petrhrobar Here's an AWS Lambda example with response streaming and cloudformation. And here is a hello world example with terraform |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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!
All reactions