getRegions()
Gets an array of all supported AWS regions of this release of Remotion Lambda.
Example
tsx
constregions =getRegions ();// ["eu-central-1", "us-east-1"]
tsx
constregions =getRegions ();// ["eu-central-1", "us-east-1"]
API
The function takes no arguments.
Return value
An array of supported regions by this release of Remotion Lambda.