Chapter 505: Using Lambda with SQS
Core Idea
:::note This process has a flaw: The queue continues as soon as the render is triggered, not as soon as the render has finished. This means the renders do not all execute serially.
Key Concepts
- remotion-app
- apigw-sqs-app
- Prerequisites
- Setup
- 1. Clone or download the project
- 2. Go to remotion-serverless and traverse to apigw-sqs-app directory
- 3. Install dependencies
- 4. Create the Remotion policy
Code Examples
git clone https://github.com/alexfernandez803/remotion-serverless
- What it demonstrates: Usage pattern for Using Lambda with SQS from the official docs.
Key Takeaways
- Understand remotion-app when working with Using Lambda with SQS.
- Understand apigw-sqs-app when working with Using Lambda with SQS.
- Understand prerequisites when working with Using Lambda with SQS.
- Understand setup when working with Using Lambda with SQS.
- Understand 1. clone or download the project when working with Using Lambda with SQS.
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.