cloudflare / serverless-cloudflare-workers

Serverless provider plugin for Cloudflare Workers
BSD 3-Clause "New" or "Revised" License
175 stars 37 forks source link

Question: is it possible to define bind services on serverless.yml? #69

Open yorjaggy opened 2 years ago

yorjaggy commented 2 years ago

I'm working on multiple projects, and after some issues related to calls between Cloudflare workers, I just realized that we have this option to call workers from other workers directly. Service binding

I'm just wondering if this is achievable by using this plugin and defining Service to bind in the serverless.yml file

Thanks in advanced 🤓