Capítulo 456 de 988

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

  1. Understand example when working with deploySiteFromBundle().
  2. Understand arguments when working with deploySiteFromBundle().
  3. Understand bucketname when working with deploySiteFromBundle().
  4. Understand region when working with deploySiteFromBundle().
  5. 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.