I was trying to to deveop function with openruntime. And how to make it seamless for development mode?
I was trying to change example main.py, and nothing change with API.
Restart docker, or docker compose up with —build parameter nothing effect.
For now, the easiest thing to do is to deploy the updated code
Deployed to Appwrite?
Yes... technically you can use an open runtimes image to run a container but you'll have to build and then start as the docs describe
Honestly, it's best to just deploy to an Appwrite instance
What is the fastest way to deploy? CLI?
Possibly yes. I'd probably use the CLI
(appwrite deploy function)
Okayy, thank's @Steven . But in the future, is the team would make it easier for development instead of testing must deploy?
Probably
Recommended threads
- Feedback and Deployment Challenges with ...
Hello world!, I've been developing a project using FastAPI in Python, and I was considering deploying it through Appwrite Functions. However, I encountered a f...
- Bulk feature status
Hi there, I am using version 1.7.4 self hosted and wanted to use the bulk operations in a dart function. I saw that in the dart_appwrite sdk version 16.1.0 it ...
- CORS preflight returns 500 on Dart funct...
Hey everyone 👋 I’m running a Dart cloud function, Every time I respond to a preflight (OPTIONS) request, I get a 500 internal error, and the logs show: ```NoSu...