Capítulo 472 de 988

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

  1. Understand example when working with getRegions().
  2. Understand api when working with getRegions().
  3. Understand enabledbydefaultonly when working with getRegions().
  4. Understand return value when working with getRegions().
  5. 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.