Skip to content

v2.6.1

Compare
Choose a tag to compare
@StevenAskwith StevenAskwith released this 19 May 20:09
2eaa434

When retrieving lists of users when there are over 5000 users in Cognito, the list users command became unresponsive, to work around this we have added a filter on retrieving users list to only include "Enabled" users from Cognito; this allows a temporary workaround where admins, with access to the AWS Cognito console, can "Disable" users and they will no longer appear in the user list, making the list user command responsive again without any data loss.

Deployments with less than 5000 users need take no action as they will not see this performance issue and the filter added in this release will have no functional impact.