Chapter 542: getRegions()
Core Idea
<ExperimentalBadge> <p> Cloud Run is in <a href="/docs/cloudrun/status">Alpha status and not actively being developed.
Key Concepts
- Example
- Return value
- See also
Code Examples
const regions = getRegions();
// ["asia-east1", "us-east1"]
- What it demonstrates: Usage pattern for getRegions() from the official docs.
Key Takeaways
- Understand example when working with getRegions().
- Understand return value when working with getRegions().
- Understand see also when working with getRegions().
Connects To
- api: related page in the Cloud Run (@remotion/cloudrun) section.
- Checklist: related page in the Cloud Run (@remotion/cloudrun) section.
- cli: related page in the Cloud Run (@remotion/cloudrun) section.