In this tutorial we will learn to write and execute Appwrite Cloud Functions using dart.
If you prefer a written tutorial, you can follow
Learn How to Create and Run Appwrite Functions With Dart
Damodar Lohani ・ Mar 12 ・ 5 min read
Source Code
appwrite / demos-for-functions
Demo for Appwrite cloud functions in multiple coding languages ⚡️ 🌩
Demos for Functions
Demos for Appwrite Cloud Functions API in multiple coding langauges. 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), or install one.
- 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
Want to Connect with me
- Facebook: https://fb.me/lohanidamodar
- GitHub: https://github.com/lohanidamodar
- YouTube: https://youtube.com/c/reactbits
- Twitter: https://twitter.com/LohaniDamodar
- Linked In: https://www.linkedin.com/in/lohanidamodar
Top comments (0)