codeandpepper/janush

[Users Management] Mutation to add user User Groups to AWS Cognito

Closed this issue · 0 comments

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