Is there any helpful method to cache data (key-value pair) and share within the function instances? For example, I'm using the 3rd party access token which expires in an hour. I would like to reuse them in function code. I know, I can use Database for this use case, but this will be over-engineering for a simple data caching
Data caching in function
Recommended threads
- Tips for Debugging Appwrite Functions Lo...
Hi everyone! 👋 I have an Appwrite Function running locally with Docker, but I’m struggling to debug it because execution doesn’t reach the breakpoints I set. ...
- AttributeError: 'Context' object has no ...
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of erro...
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...