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] Mutation to add user User Groups to AWS Cognito #236

Closed MastalerzKamil closed 2 years ago

MastalerzKamil commented 2 years ago

The aim of the issue is creating manually admin user group

Implementation plan:

  1. Create Construct CreateUserGroupsCdkConstruct
  2. Create Lambda with roles to Cognito create groups
  3. Create mutation in GraphQL scheme
  4. Create Resolver for created mutation
  5. Add Unit Tests