pgjones / hypercorn

Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
MIT License
1.16k stars 105 forks source link

Guide on deploying to cloud providers #132

Closed yaoshiang closed 1 year ago

yaoshiang commented 1 year ago

A useful guide would be deployment to AWS, GCP, Azure, etc., mentioning specific services. It might be the case that hyper corn is really meant to be deployed as a docker container / Kubernetes cluster, or maybe it's possible to use hypercorn with AWS Lambda or AWS Elastic Beanstalk.

A guide like this would be helpful for folks who've developed an app in dev environment and now want to push it live.

pgjones commented 1 year ago

There really isn't anything special or specific - Hypercorn is great in any deployment where you'd bind to a host & port.

For AWS Lambda see also mangum.