dispatch_namespaces on serverless.yml
Hi I have a worker that its deployment is done with serverless.yml and now I want to add a call to a User Worker from the Workers for Platform. The documentation says that I have to add this in the wrangler.toml
[[dispatch_namespaces]]
binding = "dispatcher"
namespace = "<NAMESPACE_NAME>"
But in my case, how do I add that to serverless.yml?
2 Replies