Skip to content
Snippets Groups Projects
Unverified Commit 28ca282b authored by Brendan Irvine-Broque's avatar Brendan Irvine-Broque Committed by GitHub
Browse files

Make links to Service Bindings docs more explicit (#10872)

Make it extra clear what you need to do first. I think we could likely consolidate these docs a bit into one page, but starting here for now.
parent 072840b3
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,9 @@ meta:
## About Service bindings
Service bindings are an API that facilitate Worker-to-Worker communication via explicit bindings defined in your configuration. A Service binding allows you to send HTTP requests to another Worker without those requests going over the Internet. The request immediately invokes the downstream Worker, reducing latency as compared to a request to a third-party service. You can invoke other Workers directly from your code.
[Service bindings](/workers/configuration/bindings/about-service-bindings/) are an API that facilitate Worker-to-Worker communication via explicit bindings defined in your configuration. A Service binding allows you to send HTTP requests to another Worker without those requests going over the Internet. The request immediately invokes the downstream Worker, reducing latency as compared to a request to a third-party service. You can invoke other Workers directly from your code.
Learn more [about Service bindings](/workers/configuration/bindings/about-service-bindings/).
To use Service bindings in your code, you must first create a Service binding from one Worker to another.
To use Service bindings in your code, you must first [create a Service binding from one Worker to another](/workers/configuration/bindings/about-service-bindings/).
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment