|
|
|
|
|
by viraptor
1377 days ago
|
|
A few ideas: - colocate it with the service itself - use (for example) fly.io where you can host a tiny one for free next to your service. - use sqlite so you don't even have a separate service - run aurora serverless https://aws.amazon.com/rds/aurora/serverless/ |
|