Hacker News new | ask | show | jobs
by devadvance 2170 days ago
Maybe a quick cache in front of Plaid for now? Even in-mem might be a decent short term solution.
1 comments

Ah if only I wasn't using vercel and serverless functions!
You can add a `Cache-Control` response header with `s-maxage` in your Serverless Function to cache at the Edge.

https://vercel.com/docs/v2/serverless-functions/edge-caching

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Ca...