From 546e9769200a9e829c610cac709c530adb30269f Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 3 Feb 2021 12:47:16 +0200 Subject: [PATCH] Updated description --- docs/services/functions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/services/functions.md b/docs/services/functions.md index 69c21dbc4..26267dcfa 100644 --- a/docs/services/functions.md +++ b/docs/services/functions.md @@ -1,3 +1,5 @@ The Functions service allows you to create custom behaviour that can be triggered by any supported Appwrite system events or by a predefined schedule. -Appwrite Cloud Functions lets you automatically run backend code in response to events triggered by Appwrite or by setting it to be executed in a predefined schedule. Your code is stored in a secure and encrypted way on your Appwrite instance and is executed in an isolated enviornment. \ No newline at end of file +Appwrite Cloud Functions lets you automatically run backend code in response to events triggered by Appwrite or by setting it to be executed in a predefined schedule. Your code is stored in a secure way on your Appwrite instance and is executed in an isolated enviornment. + +You can learn more by following our [Cloud Functions tutorial](https://appwrite.io/docs/functions). \ No newline at end of file