Skip to main content

npx remotion lambda policies

import {RolePolicy} from '../../../components/lambda/role-permissions.tsx'; import {UserPolicy} from '../../../components/lambda/user-permissions.tsx';

Prints the necessary permissions to be inserted into the AWS console during setup.

tip

On macOS, add | pbcopy to the end of the command to copy the output.

role

npx remotion lambda policies role
npx remotion lambda policies role
Show output

user

npx remotion lambda policies user
npx remotion lambda policies user
Show output

validate

Goes through all user permissions and validates them against the AWS Policy simulator. (Role permissions cannot be validated)

See also