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
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...