appwrite/docs/services/functions.md

5 lines
525 B
Markdown
Raw Normal View History

2020-05-04 14:35:01 +00:00
The Functions service allows you to create custom behaviour that can be triggered by any supported Appwrite system events or by a predefined schedule.
2021-10-06 01:37:53 +00:00
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 environment.
2021-02-03 10:47:16 +00:00
You can learn more by following our [Cloud Functions tutorial](https://appwrite.io/docs/functions).