Capítulo 480 de 988

Chapter 480: Light client

Core Idea

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

Key Concepts

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

Code Examples

// organize-imports-ignore
import {
  renderMediaOnLambda,
  renderStillOnLambda,
  getRenderProgress,
  getCompositionsOnLambda,
  getFunctions,
  AwsRegion,
  RenderProgress,
  validateWebhookSignature,
  WebhookPayload,
  presignUrl,
  PresignUrlInput,
  getSites,
  speculateFunctionName,
  CustomCredentials, // available from v4.0.60
  getAwsClient, // available from v4.0.82
  deleteRender, // available from v4.0.84
  DeleteRenderInput, // available from v4.0.84
} from '@remotion/lambda/client';
  • What it demonstrates: Usage pattern for Light client from the official docs.

Key Takeaways

  1. Understand light client when working with Light client.

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.