staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
682 stars 67 forks source link

Manage server-side functions #11

Closed dstpierre closed 2 years ago

dstpierre commented 2 years ago

For the v1 users will manage their functions via the CLI.

Uploading and deleting function for instance:

$> backend function add --trigger-topic=trials_expire ./functions/trials_expire.js

Only .js JavaScript file will be handled for now.