Skip to main content

Light client

The following methods and types can be imported from @remotion/lambda/client:

tsx
import {
renderMediaOnLambda,
renderStillOnLambda,
getRenderProgress,
getFunctions,
AwsRegion,
RenderProgress,
} from "@remotion/lambda/client";
tsx
import {
renderMediaOnLambda,
renderStillOnLambda,
getRenderProgress,
getFunctions,
AwsRegion,
RenderProgress,
} from "@remotion/lambda/client";

These functions don't have any Node.JS dependencies and can be bundled with a bundler such as Webpack or ESBuild.

We don't recommend calling these functions from the browser directly, as you will leak your AWS credentials.

Instead, this light client is meant to reduce the bundle size and avoid problems if you are calling Remotion Lambda APIs from another Lambda function and therefore need to bundle your function code.