aws-cli
aws-cli copied to clipboard
Replace magic string with a constant.
The string 'cli:aws' used in the code could be replaced with a constant.( CLI_AWS) This change will improve code readability and maintainability by centralizing the definition of this string.