Hacker News new | ask | show | jobs
by Zaheer 2538 days ago
One benefit of approach I mentioned is that there's nothing to host. All just client-side code. Although I do see the use for hosting: latency for loading data from Google Sheets isn't great and adding a cache helped in my case.
1 comments

In this case, what have you used for caching?
I have a lambda polling the sheet every 5 minutes and save that to S3. Cloudfront as CDN on top.