Define different types of users: admin, clients, etc

How can I define different type of users with amazon cognito and serverless, so the admin users can do certain operations that normal users can’t.

Regards!

You can use groups in Cognito but they are a bit inflexible. So it might be better to just setup it up yourself.

1 Like