Different levels of access for AWS Cognito
问题 I'm trying to build a web app that can be accessed by any user that signs up with facebook. I want to use AWS Cognito to speed up the development for users management. It has to have 3 type of users: Normal users - any user that logs in with facebook Editors - users that have a different access level (IAM role?), they can call a specific AWS Lambda function, that normal users can't call. Administrators - users that can modify the status of normal users to make them editors or admins Can