codeandpepper / janush

Set up a modern codebase for cloud-native web app with authentication features by running one command
https://janush.dev
MIT License
14 stars 1 forks source link

[Users Management] Detach User from User Group in AWS Cognito #241

Open MastalerzKamil opened 2 years ago

MastalerzKamil commented 2 years ago

Goal Removing user from users group

Implementation plan

  1. Create Construct for detaching user from Cognito group in authentication module
  2. Create Lambda function for detaching user from group in AWS Cognito
  3. Update schema by creating mutation that would create detach selected user from user group in Cognito
  4. Connect mutation with Lambda as Data Source by creating resolver for mutation
  5. Adding Unit tests