
Hello, I am trying to deploy functions through github. I am all set with the github configuration. I have some questions about the folder structure. Can I put all functions in one repository? If so, under which folder structure would appwrite be able to import?

Sure, you can put all your functions in one repo. Each function has a setting for where in the repo your function is.
One thing to keep in mind if you put them all in one repo is when there's an update to that repo, a deployment will be created for every function
Recommended threads
- Insights🐛 Bug Report: Missing Tables AP...
Hi. First time appwrite user. i'm building a new mobile app with react-native & expo and decided to use appwrite as a tech for this app. i found the react-nativ...
- CSV Import Shows Success but Data Not Ap...
I tried importing a CSV file into my PRODUCTS collection. The dashboard shows the message “Import to PRODUCTS completed successfully,” but no data appears in th...
- Console create row ui not passing ID.uni...
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get ...
