aws-ec2-ssh
aws-ec2-ssh copied to clipboard
Added option to remove email domain from usernames - with support for pagination
Based on: https://github.com/widdix/aws-ec2-ssh/pull/126
Added support for pagination when listing all users
LGTM.
@michaelwittig Is there anything stopping a merge of this PR ?
my only concern is that we have no test for this... there was no need for testing pagination before and I don't see how this could be accomplished easily. Any ideas?
How about adding a variable for the '--max-items' parameter and setting it to 1 to test the pagination feature? This would negate the need for more than 50 users in the test account.