Sure it's only taking a webhook, reading an API, looking up a db entry and then updating via API.
But just knowing it's running on someone else's infra and there's so little code to validate is very comforting.
Prior to this I had a version running on a VPS and yeah I can do it. But you end up with a LOT of code / config to run the web server, the queue, the database... And any of that could be introducing bugs and security problems.
jonutah|1 year ago
Super_Jambo|1 year ago
I built this little service to add UK specific political location data to Action Network CRM. 300 lines for the actual service!
code here: https://github.com/jms301/ANUpdaterUK/blob/main/src/index.js
Sure it's only taking a webhook, reading an API, looking up a db entry and then updating via API.
But just knowing it's running on someone else's infra and there's so little code to validate is very comforting.
Prior to this I had a version running on a VPS and yeah I can do it. But you end up with a LOT of code / config to run the web server, the queue, the database... And any of that could be introducing bugs and security problems.
bravura|1 year ago
But the maximum DB size is 10GB (https://developers.cloudflare.com/d1/platform/limits/).
Really?
Super_Jambo|1 year ago
freetonik|1 year ago