List all groups or groups for a single user
See also
Other groups:
aws_group()
,
aws_group_create()
,
aws_group_delete()
,
aws_group_exists()
,
six_group_delete()
Examples
if (FALSE) { # aws_has_creds()
aws_groups()
aws_groups(username = aws_user_current())
}