Chapter 456: deploySiteFromBundle()
Core Idea
Uploads a local Remotion Bundle to an S3 bucket.
Key Concepts
- Example
- Arguments
- bucketName
- region
- bundleDir
- siteName?
- options?
- onUploadProgress?
Code Examples
npx remotion bundle
- What it demonstrates: Usage pattern for deploySiteFromBundle() from the official docs.
Key Takeaways
- Understand example when working with deploySiteFromBundle().
- Understand arguments when working with deploySiteFromBundle().
- Understand bucketname when working with deploySiteFromBundle().
- Understand region when working with deploySiteFromBundle().
- Understand bundledir when working with deploySiteFromBundle().
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.