Capítulo 502 de 988

Chapter 502: Setup

Core Idea

<YouTube minutes={18} href="https://www. youtube.

Key Concepts

  • 1. Install @remotion/lambda
  • 2. Create role policy
  • 3. Create a role
  • 4. Create a user
  • 5. Create an access key for the user
  • 6. Add permissions to your user
  • 7. Optional: Validate the permission setup
  • 8. Deploy a function

Code Examples

npx remotion add @remotion/lambda
  • What it demonstrates: Usage pattern for Setup from the official docs.

Key Takeaways

  1. Understand 1. install @remotion/lambda when working with Setup.
  2. Understand 2. create role policy when working with Setup.
  3. Understand 3. create a role when working with Setup.
  4. Understand 4. create a user when working with Setup.
  5. Understand 5. create an access key for the user when working with Setup.

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.