👍 Battle Tested
Things in this category are fully out of beta, are generally available, and have been well tested in production systems.
Check out each item for more details, but here is an executive summary of each service:
KV
Simple key-value store. Also has basic key-based paginated lookups. Can be bound to a Cloudflare Worker, and is accessible externally through a normal HTTP API.
Workers
Function-as-a-Service (FaaS), similar to AWS Lambda. The functions run as V8 Isolates instead of VMs, which allows Cloudflare to set a very competitive pricing structure, but also limits what you can do.