siilisolutions / hedge

a serverless solution for clojure
Eclipse Public License 1.0
39 stars 6 forks source link

Feature Request : Trigger function on changes in db #104

Open erkkikeranen opened 6 years ago

erkkikeranen commented 6 years ago

Database changes could be a trigger for invoking function.

This is possible in Azure (CosmosDB) and AWS (DynamoDB).

The changed records should be passed to function as argument.