are FaaS Serverless Variables Reliable?
I’m writing an API that is provided through the FaaS Serverless service of Netlify.
To transfer Data Between Requests, I stored data on a temporary variable outside function declaration as it’s useble by many functions instances, but I noticed some errors while doing so.