Chapter 472: getRegions()
Core Idea
Gets an array of all supported AWS regions of this release of Remotion Lambda.
Key Concepts
- Example
- API
- enabledByDefaultOnly
- Return value
- See also
Code Examples
const regions = getRegions();
// ["eu-central-1", "us-east-1"]
- What it demonstrates: Usage pattern for getRegions() from the official docs.
Key Takeaways
- Understand example when working with getRegions().
- Understand api when working with getRegions().
- Understand enabledbydefaultonly 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 Lambda (@remotion/lambda) section.
- Approuterwebhook: related page in the Lambda (@remotion/lambda) section.
- Authentication: related page in the Lambda (@remotion/lambda) section.