Chapter 518: Example setup without IAM user
Core Idea
This is a write up of how to use the example for the technique described under "Using Lambda without IAM roles".
Key Concepts
- Prequisites
- Setup
- 1. Clone or download the project
- 2. Install dependencies
- 3. Create the CDK Stack
- 4. After deployment
- 5. Cleanup
- Lambda role
Code Examples
npm i
- What it demonstrates: Usage pattern for Example setup without IAM user from the official docs.
Key Takeaways
- Understand prequisites when working with Example setup without IAM user.
- Understand setup when working with Example setup without IAM user.
- Understand 1. clone or download the project when working with Example setup without IAM user.
- Understand 2. install dependencies when working with Example setup without IAM user.
- Understand 3. create the cdk stack when working with Example setup without IAM user.
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.