Regions & edge network
Nimbus runs functions in 30 regions across 6 continents. By default, every deploy goes to all of them — there’s no region picker to configure.
| Continent | Regions |
|---|---|
| North America | 7 |
| South America | 3 |
| Europe | 9 |
| Africa | 2 |
| Asia | 7 |
| Oceania | 2 |
You can see the full, current list with:
nimbus regions listRestricting regions
Section titled “Restricting regions”Some workloads have data residency requirements. Restrict a project to a subset of
regions in nimbus.config.ts:
export default { regions: ['eu-west', 'eu-central', 'eu-north'],};