Back to Remotion

npx remotion lambda regions

packages/docs/docs/lambda/cli/regions.mdx

4.0.490709 B
Original Source

Prints the AWS regions supported by the current version of Remotion Lambda. Useful for bash scripts.

npx remotion lambda regions
<details> <summary>Show output</summary> <pre>eu-central-1 eu-west-1 eu-west-2 eu-west-3 eu-south-1 eu-north-1 us-east-1 us-east-2 us-west-1 us-west-2 af-south-1 ap-south-1 ap-east-1 ap-southeast-1 ap-southeast-2 ap-northeast-3 ap-northeast-1 ap-northeast-2 ca-central-1 sa-east-1</pre> </details>

Flags

--default-only<AvailableFrom v="3.3.11" />

Only return the regions which are enabled by default in a new AWS account.

See also