Oddbean new post about | logout
 What runtime do you use for your lambdas? Are you using the serverless framework?

After writing Nostream, I wouldn’t recommend a relational database to store Nostr events. A key-value store is better provided it supports sorted sets and range queries.

How are you ensuring the events persisted in one region are broadcasted to the clients connected in a separate region?