- Adds several console link aliases
- Adds support for credentials for the china partition
- Adds
logs-insights
alias to CloudWatch logs insights
- Adds destination url templating
- The only value currently templated into destination urls is
region
. So if the region usus-east-1
and your url ishttps://url.com/hello?region={region}
, the url will be templated intohttps://url.com/hello?region=us-east-1
- The only value currently templated into destination urls is
- Adds
logs
mapping to direct you to the CloudWatch logs console - Fixes handling of region name for using current credentials
- Adds support for opening the console to a specific service's console
awsume profile -cs cloudformation
will open the cloudformation console- A mapping is maintained for some possible confusing services (like
stepfunctions
will be transformed tostates
by default) - A custom mapping can be maintained via the
console.services
configuration property
- Fixes custom browser command owning the process in some cases
- Adds support for govcloud regions
- Fixed exception handling
- Initial release for the awsume console plugin