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] Query user groups from AWS Cognito #237

Closed MastalerzKamil closed 2 years ago

MastalerzKamil commented 2 years ago

Goal Query from AppSync User groups using pagination and filtering

Implementation plan

  1. Create CDK Construct getUserGroupsCdkConstruct
  2. Create lambda function with IAM roles to get groups from AWS Cognito
  3. Create query for getting groups from AWS Cognito
  4. Create resolver with Data Source as lambda
  5. Add Unit Tests