Bindings
Bindings allow your Workers to interact with resources on the Workers platform.
There are multiple types of bindings available today:
- Service bindings for communication with another Worker.
- KV namespace bindings for communication between a Worker and a KV namespace.
- R2 bucket bindings for communication between a Worker and an R2 bucket.
- Durable Object bindings for communication between a Worker and a Durable Object.
- Queue bindings for communication between a Worker and a Queue.
Configuration
Bindings can be configured via Wrangler using wrangler.toml or by logging in to the Cloudflare Dashboard > Account Home > Workers > your Worker > Settings> Variables.