Demos for Functions
Demos for Appwrite Cloud Functions API in multiple coding languages. Feel free to submit your PR with more functions that other Appwriters could use in their projects.
Getting Started
- Make sure you have a working instance of Appwrite (>=0.7 and <= 0.12.4).
- Go to your Appwrite dashboard and create a new Cloud Function (Functions -> Add Function).
- Once your function has been created, you can deploy one of the examples
.tar.gz
file in this repo. Each of these files contains a packaged demo Cloud Function, ready for usage. - Trigger your new Cloud Function manually from the Appwrite dashboard using the execute button, listen to system events, or use the Appwrite API to execute your new function.
- Read Appwrite Cloud Functions docs to learn more about the different capabilities you can use.
Templates
To quickly get started , you can always refer to our language templates
Contributing
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
We truly
Security
For security issues, kindly email us [email protected] instead of posting a public issue in GitHub.
Progress
โ = In progress - This function is currently being worked on.
Function / Language | Deno | NodeJS | PHP | Python | Ruby | Dart | .NET | Java | Kotlin |
---|---|---|---|---|---|---|---|---|---|
hello-world | โ | โ | โ | โ | |||||
welcome-email | โ | ||||||||
file-backup | โ | โ | โ | ||||||
object-detection | โ | โ | |||||||
storage-cleaner | โ |
Follow Us
Join our growing community around the world! Follow us on Twitter, Facebook Page, Facebook Group or join our live Discord server for more help, ideas, and discussions.
License
This repository is available under the MIT license.