openfaas / connector-sdk

SDK for connecting events to functions
MIT License
54 stars 25 forks source link

[Feture Request] Extending Connector SDK with CRUD tasks #24

Open zeerorg opened 5 years ago

zeerorg commented 5 years ago

Context

cron-connector queries the list of functions (code) and calls functions using the REST API (code), it can probably be improved by including these functionalities inside the connector SDK.

Proposal:

Add the following functions to connector SDK

  1. Query functions
  2. Invoking functions