Hello, We have setup the AWS SSO with G-Suits, Its was working perfectly before but from few days the lambda function is only able to create user but not able to add that user into group.
We can also see th below logs into lambda Logs but can't find user from AWS GUI:-
{ "group": "AWS-GroupName", "id": "User-name", "level": "debug", "msg": "get user", "time": "timestamp" }
Hello, We have setup the AWS SSO with G-Suits, Its was working perfectly before but from few days the lambda function is only able to create user but not able to add that user into group. We can also see th below logs into lambda Logs but can't find user from AWS GUI:-
{ "group": "AWS-GroupName", "id": "User-name", "level": "debug", "msg": "get user", "time": "timestamp" }
Can anyone help? TIA