Regions

It is typical of an infrastructure whether for mobile or web that needs its APIs next to its database or other services that exist in other providers.

In Fleet, functions can be deployed in more than one region easily just by configuring the fleet.yml file. Requests are routed to the region closest to the user. Make sure your plan supports multi regions.

regions: ['sfo2', 'fra']

Regions

When an function is invoked, in the environment variable FLEET_REGION reflecting the region it is running in.

Region ID Region Location
sfo2 San Francisco, CA, USA

*For the private beta only one region is currently supported, new regions will be added to the public beta and others over time.