issues
search
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] Assign user to group in AWS Cognito
#244
Open
MastalerzKamil
opened
2 years ago
MastalerzKamil
commented
2 years ago
Goal
Implementation plan
Create Construct for attaching user in
authentication
module
Create Lambda function for detaching user from group in AWS Cognito
Update schema by creating mutation that would create detach selected user from user group in AWS Cognito
Connect mutation with Lambda as Data Source by creating resolver for mutation
Adding Unit tests
Goal
Implementation plan
authentication
module