This is part of my code in lambda to insert some values into an oracle database (from Amplify cli) exports.handler = async (event, context, callback) => {
I have React App with sidebar menus, but I want to hide few of them based on User Role, but don't want common roles like 'ADMIN' , 'MODERATOR', etc. I want to m