Back to Remotion

npx remotion lambda functions ls

packages/docs/docs/lambda/cli/functions/ls.mdx

4.0.466989 B
Original Source
npx remotion lambda functions ls

Lists the functions that you have deployed to AWS in the selected region.

<details> <summary> Example output </summary> <pre> 6 functions in the eu-central-1 region

Name Version Memory (MB) Timeout (sec)

remotion-render-2021-12-16-2048mb-240sec 2021-12-16 2048 240

remotion-render-2021-12-17-2048mb-120sec 2021-12-17 2048 120

remotion-render-2021-12-15-2048mb-240sec 2021-12-15 2048 240

</pre> </details>

--compatible-only<AvailableFrom v="4.0.164" />

Only lists functions that have the same version as the CLI you are calling the command from.

--region

The AWS region to select.

--quiet, -q

Prints only the function names in a space-separated list. If no functions exist, prints ()