Hi there, I'm new to Appwrite serverless functions and could use some help developing serverless functions on a self-hosted Appwrite instance. Appwrite is running fine,and I've got the CLI installed, but I can't find a lot of documentation about locally deployed functions. I would like to use recent runtimes for Dart (3.3 or 3.5) and I understand I have to change the environment variables for that. This was mentioned in the Github repo. I think I can get that working. The problem is that git is a real pain to install on my setup and whenever I try to init a function, it gives a git error because it's trying to download starter templates. How can I create and deploy a function completely locally without requiring git for the setup? Sorry if I come across as newbie (which I am regarding functions π ), but can anyone explain this step by step? Thanks in advance for any help.
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...