Skip to content

astral-sh/uv-cloudflare-workers-example

Repository files navigation

uv-cloudflare-workers-example

Deploy to Cloudflare

Deploying a FastAPI application to Cloudflare Workers with uv.

Usage

From the repository root, deploy to Cloudflare with:

./build.sh
npx wrangler deploy

You can then navigate to the Worker URL to see the "Hello from Python!" message, /hello/{name} to see a templatized response, and /version to see the version of cffi (an extension module containing native code).

About

Deploying a FastAPI application to Cloudflare Workers with uv.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published