Basically in appwrite they host the functions that are made by you, but is it possible to host the serverless functions on another service like netlify, vercel, cloudflare workers. And how would I handle the user permissions stuff
I would prefer If examples are shown using cloudflare workers
Appwrite functions are not the same as cloudflare workers. It's like how you can't take an AWS lambda and deploy it on Google Cloud Run.
You should follow the docs for how to write a function for cloudflare workers. You can install an Appwrite server SDK to connect to Appwrite
Actually...this might be a bad example. 😅 Regardless, following cloudflare workers docs on how to write a function on their platform is the best approach
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...