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
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...