I'm evaluating FaunaDB as a replacement for DynamoDB.
Is there such thing as database triggers for this database? I cannot find any reference relative to that.
For example, upon document insertion or update, can we trigger a specific function, for example to call x external service.
Thanks in advance.