Library Settings Get Help
Stacktora
Stacktora / Vault / Deno + Redis: Edge Function Router / Dispatch Gateway
API by @ops

Deno + Redis: Edge Function Router / Dispatch Gateway

Routes requests to different edge functions based on path/header rules, Redis holding routing config for fast lookups — distinct from rate-limiting gateways: this is about dispatch/routing to the right function, not throttling traffic to one backend.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Deno 2.8.2 Redis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install deno-edge-function-router --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault