serverless icon indicating copy to clipboard operation
serverless copied to clipboard

Allow user to override fetchEndpoint and fetchFunction per instance

Open nicksrandall opened this issue 1 year ago • 1 comments

We have a use-case where we have an app that needs to send sql-over-http queries to multiple endpoints in the same app. Currently it is only possible to set the option globally but this change will allow users to override the fetchEndpoint (and fetchFunction) per instance. The behaviour is opt-in so this would not be a breaking change.

Fixes: #103

nicksrandall avatar Sep 11 '24 18:09 nicksrandall

@jawj any feedback here?

nicksrandall avatar Sep 19 '24 16:09 nicksrandall