1
0
Fork 0
mirror of synced 2024-06-22 16:21:10 +12:00

Updated description

This commit is contained in:
Eldad Fux 2021-02-03 12:47:16 +02:00
parent a32332cbd1
commit 546e976920

View file

@ -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.
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).