Chapter 500: Separating production and testing environments
Core Idea
The code that is inside the Lambda function is always the same, no matter if you are calling it from a local, staging or production environment.
Key Concepts
- Functions
- Sites
- Buckets
- Common questions
- Why can't I rename the function?
- What if I want to have two functions for two different projects?
- I need to separate production, staging and development
- I want to have different configurations for different functions
Key Takeaways
- Understand functions when working with Separating production and testing environments.
- Understand sites when working with Separating production and testing environments.
- Understand buckets when working with Separating production and testing environments.
- Understand common questions when working with Separating production and testing environments.
- Understand why can't i rename the function? when working with Separating production and testing environments.
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.