Capítulo 420 de 988

Chapter 420: Authentication

Core Idea

You can authenticate with the @remotion/lambda package either using:

Key Concepts

  • Rotating credentials
  • Using an AWS profile
  • Skipping the credentials check<AvailableFrom v="4.0.160"/>
  • Disable caching<AvailableFrom v="4.0.160"/>
  • See also

Code Examples

# Account 1
AWS_KEY_1=AK...
AWS_SECRET_=M/

# Account 2
AWS_KEY_2=AK...
AWS_SECRET_2=M/
  • What it demonstrates: Usage pattern for Authentication from the official docs.

Key Takeaways

  1. Understand rotating credentials when working with Authentication.
  2. Understand using an aws profile when working with Authentication.
  3. Understand skipping the credentials check<availablefrom v="4.0.160"/> when working with Authentication.
  4. Understand disable caching<availablefrom v="4.0.160"/> when working with Authentication.
  5. Understand see also when working with Authentication.

Connects To

  • api: related page in the Lambda (@remotion/lambda) section.
  • Approuterwebhook: related page in the Lambda (@remotion/lambda) section.
  • Autodelete: related page in the Lambda (@remotion/lambda) section.