Chapter 420: Authentication
Core Idea
You can authenticate with the @remotion/lambda package either using:
Key Concepts
- Rotating credentials
- Using an AWS profile
- Skipping the credentials check<AvailableFrom v="4.0.160"/>
- Disable caching<AvailableFrom v="4.0.160"/>
- See also
Code Examples
# Account 1
AWS_KEY_1=AK...
AWS_SECRET_=M/
# Account 2
AWS_KEY_2=AK...
AWS_SECRET_2=M/
- What it demonstrates: Usage pattern for Authentication from the official docs.
Key Takeaways
- Understand rotating credentials when working with Authentication.
- Understand using an aws profile when working with Authentication.
- Understand skipping the credentials check<availablefrom v="4.0.160"/> when working with Authentication.
- Understand disable caching<availablefrom v="4.0.160"/> when working with Authentication.
- Understand see also when working with Authentication.
Connects To
- api: related page in the Lambda (@remotion/lambda) section.
- Approuterwebhook: related page in the Lambda (@remotion/lambda) section.
- Autodelete: related page in the Lambda (@remotion/lambda) section.