Is ip rate limit on the roadmap?
With so many builtins one is tempted to call off any server and talk directly to the db.
But without this feat ddos is still a worry…
Rate limiting is something that came up a few times. I don’t know whether it’s on the roadmap, @summer might be able to answer that. You can do user-based or identity-based rate-limiting to some extend though already: Rate limiting FaunaDb · GitHub
Used in: Rethinking Twitter as a Serverless App | Fauna Documentation
I know it’s not the full solution, if rate-limiting is desired, I would channel your requests through edge serverless functions like Cloudflare workers at this point.