knix-microfunctions/knix

Triggers SDK update (storage, message queues, timers)

iakkus opened this issue · 1 comments

A recent PR(#90) provides the capability of creating workflow triggers based on storage operations.

Similarly, PR(#93) provided the capability of creating workflow triggers based on external message queues and timers.

However, the SDK changes reflecting that capability is still missing and needs to be double-checked.

The functions available in the management service to create/delete/bind/unbind sources (buckets,triggers) are covered by the API now and have been successfully used in examples with this commit
Also the CLI now supports all these actions with this commit