amplify-video
amplify-video copied to clipboard
Video permissions for Cognito User Groups
trafficstars
Note: If your question is regarding the AWS Amplify Console service, please log it in the official AWS Amplify Console forum
** Which Category is your question related to? ** Amplify Video Permissions
** What AWS Services are you utilizing? ** Amplify Video
** Provide additional details e.g. code snippets ** I'm looking for a way to define permissions on a per group basis. I have two Cognito user groups: "admins", "editors". I need to allow admins full access to manage video and editors the ability to do the same without delete. At the moment there are only two options for permissions:
- Admins can only upload videos
- Any authenticated user can upload videos
- What do you consider as "Admins", as this doesn't refer to a group of mine.
- How can I provide specific access to my groups?
Note: I can't do this through the console as we have multiple environments. This needs to be automated.
Thanks