
There are some codes, like setting headers and other utils I want to share between functions. Having them in a utils
folder at the root of my project is not working, since only the function's path is deployed. Any ideas how I can reuse some utils?

you'll need to create a symlink in your function folder that points to the common code

for example, common is a symlink here: https://github.com/stnguyen90/places/tree/feature/1.3-upgrade/appwrite-functions/create-comment/src

at the end I went with a single folder for all functions and different entry points
Recommended threads
- User (role: guests) missing scopes (["te...
I keep getting this error: ```AppwriteException: User (role: guests) missing scopes (["teams.read"]) at new AppwriteException (/usr/local/server/src/functio...
- How to get event payload/source from fai...
Hi everyone, I'm currently working with Appwrite's database triggers, specifically for document creation events. I've encountered a potential issue and was h...
- CLI type generator casing
Hello, I am trying to generate the typescript types for some tables I created. In appwrite I declared them in snake case, but the types are in camel case. Don't...
