Capítulo 483 de 988

Chapter 483: Function naming convention

Core Idea

A Remotion Lambda function has the following naming convention:

Key Concepts

  • See also

Code Examples

remotion-render-4-0-372-mem2048mb-disk2048mb-240sec
                ^^^^^^^    ^^^^       ^^^^   ^^^
                  |         |          |      |-- Timeout in seconds
                  |         |          |--------- Disk size in MB
                  |         |------------------- Memory size in MB
                  |----------------------------- Remotion version with dots replaced by dashes
  • What it demonstrates: Usage pattern for Function naming convention from the official docs.

Key Takeaways

  1. Understand see also when working with Function naming convention.

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.