Chapter 512: UnrecognizedClientException
Core Idea
If you got a permission error while calling renderMediaOnLambda() or renderStillOnLambda():
Key Concepts
- Most common cause: Calling a Remotion function inside a serverless function
Code Examples
UnrecognizedClientException: The AWS credentials provided were probably mixed up.
- What it demonstrates: Usage pattern for UnrecognizedClientException from the official docs.
Key Takeaways
- Understand most common cause: calling a remotion function inside a serverless function when working with UnrecognizedClientException.
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.