A utility that can be used from the command line or plugged into python projects that provides a simple search functionality for AWS objects.
option 1:
aws-lookup {service} {search-string} [extra-things] [options]
option 2:
aws-lookup {service} {object-name} {search-string} [extra-things] [options]
option 3:
aws-lookup {service} {object-name}[:{search-string}] [extra-things] [options]
- support wildcards
- response as list of strings or list of dictionaries
- make list of strings the default
Usage: aws-lookup [OPTIONS] [CLIENT] COMMAND [ARGS]...
Options:
--version print the aws-lookup version and exit
?, -h, --help Show this message and exit.