cloudflare / serverless-cloudflare-workers

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

Resources Only Available for Enterprise #21

Closed fellars closed 5 years ago

fellars commented 5 years ago

If Im reading code correctly, the resources map is only used within the multiscript.js which only works for Enterprise plans, is that correct?

I have KV beta access and it doesn't appear that my bindings are working. Why is that not available to non-enterprise? How can I bind my KV store via sls?

fellars commented 5 years ago

22 PR for Fix