Hello everyone, I have built a Python Flask App that acts as a API for my website, it gets requests and returns data from my PostgreSQL Database (that is hosted someplace else). Now I want to deploy that API as a serverless function in Appwrite, I have checked all templates but they all are working with GET and POST Requests, I donot want that, I want to deploy my Flask API as it is. Please any idea how I can I do that? Just point me in the right direction, that's all I want. thank you!
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?