Check if a user exists
Details
uses aws_user() internally. see docs
https://www.paws-r-sdk.com/docs/iam_get_user/
Examples
if (FALSE) { # interactive() && aws_has_creds()
aws_user_exists(aws_user_current())
aws_user_exists("doesnotexist")
}
Check if a user exists
uses aws_user() internally. see docs
https://www.paws-r-sdk.com/docs/iam_get_user/
if (FALSE) { # interactive() && aws_has_creds()
aws_user_exists(aws_user_current())
aws_user_exists("doesnotexist")
}