Cognito: Unexpected behavior when creating a group that already exists #34
Closed
NateDimick
started this conversation in
Bugs
Replies: 1 comment 1 reply
-
|
Hi — The fix is merged and live in the To try it: Give it a spin when you get a chance and let us know if anything still looks off. Happy to dig in further. Thanks for the clear report and the reproduction steps, they made this much easier to fix! 🙏 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently jumped from version 4.7 to 2026.5 (2026.5.3) and found a regression in cognito CreateGroup behavior. Creating a group that exists does not cause a
GroupExistsExceptionas expected, and instead it recreates the group and removes the group from all users who had been assigned that group previously.observed behavior example:
expected behavior:
Beta Was this translation helpful? Give feedback.
All reactions