Does appwrite functions createDeployment
--functionId=6010cc93d0a7b
--activate=true
--entrypoint="index.js"
--code="." perform the same as appwrite deploy function? If I create the function from the CLI that is
Yep,
The different is that appwrite deploy function uses the information inside the appwrite.json file
Recommended threads
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...
- Deployed to live, but functions only wor...
Deployed my serveless functions, noticed a request is only sent when I switch on my vpn, I have a feeling it's an ip related thing, I'd like some help troublesh...