Chapter 547: Light client
Core Idea
_available from v4. 0.
Key Concepts
- Light client: _available from v4.
Code Examples
// organize-imports-ignore
import {
deleteService,
deleteSite,
getOrCreateBucket,
getRegions,
getServiceInfo,
getServices,
getSites,
renderMediaOnCloudrun,
renderStillOnCloudrun,
speculateServiceName,
} from "@remotion/cloudrun/client";
import type {
RenderMediaOnCloudrunInput,
RenderStillOnCloudrunInput,
} from "@remotion/cloudrun/client";
- What it demonstrates: Usage pattern for Light client from the official docs.
Key Takeaways
- Understand light client when working with Light client.
Connects To
- api: related page in the Cloud Run (@remotion/cloudrun) section.
- Checklist: related page in the Cloud Run (@remotion/cloudrun) section.
- cli: related page in the Cloud Run (@remotion/cloudrun) section.