Hi ,
I was unable to attach a role to user.
I used the below code
let store = createStore(reducers, window.REDUX_DEVTOOLS_EXTENSION && window.REDUX_DEVTOOLS_EXTENSION());
config.group = 'Admin'; // Uncomment this to require users to be in a group 'admins'
setupCognito(store, config);
Please help
