Hello Appwrite Team i saw your new launch of the appwrite 1.4 version, and the changes on the way the functions work, i was wondering if i update my project, the way the functions were made before will work with this new update?
My functions still uses the req.payload por example or the req.variables. Will it work? Or i need to update my functions to the new way?
Also i was wondering if with this new update, is there a way to make a stripe webhook using appwrite?
Old functions should still work but they don't at the moment. You can follow this issue to keep updates on it: https://github.com/appwrite/appwrite/issues/6128
Yes you can use an Appwrite function for stripe webhook
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?