Chapter 481: Lambda Limits
Core Idea
The standard AWS Lambda quotas apply (see here), most notably:
Key Concepts
- Upgrading your concurrency limit
- If AWS asks you for the reason
- See also
Code Examples
npx remotion lambda quotas increase
- What it demonstrates: Usage pattern for Lambda Limits from the official docs.
Key Takeaways
- Understand upgrading your concurrency limit when working with Lambda Limits.
- Understand if aws asks you for the reason when working with Lambda Limits.
- Understand see also when working with Lambda Limits.
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.