Last month we announced the limited availability of Vercel Edge Config , an ultra-low latency data store for near-instant reads of configuration data. Edge Config is now generally available, alongside integrations with Statsig and HappyKit for A/B testing and Feature Flags. Link to heading Why Edge Config Edge Config is a distributed data store optimized for near-instant reads. By pushing data to every region, before any requests are made, you're able to read that data from a Vercel Function or Edge Middleware immediately upon request. Because data is pushed to every Vercel region at write time, we've seen most lookups return in 5 ms or less , and 99% of reads will return under 15 ms.…