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
- Understand 1. install @remotion/lambda when working with Setup.
- Understand 2. create role policy when working with Setup.
- Understand 3. create a role when working with Setup.
- Understand 4. create a user when working with Setup.
- 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.