
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
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- How do I pair Polar.sh + Hono + Appwrite...
This is what all it required by polar to see the webhook data. Managing with webhook data is not an issue, but how do I pair this all with appwrite functions st...
