←back to thread

275 points whatisabcdefgh | 1 comments | | HN request time: 0s | source
Show context
supportengineer ◴[] No.45133233[source]
What if instead of API's for data sets, we simply placed a sqlite file onto a web server as a static asset, so you could just periodically do a GET and have a local copy.
replies(4): >>45133260 #>>45133305 #>>45133319 #>>45133437 #
1. abtinf ◴[] No.45133305[source]
With an S3 object lambda, I suppose you could generate the sqlite file on the fly.