upsatish / AWSConsoleNavigator

AWS Console Navigator browser extension. Navigate to resources in the AWS console from the Omnibox.
GNU General Public License v3.0
2 stars 0 forks source link

Add support for keyword or URL substring navigation #28

Open upsatish opened 1 year ago

upsatish commented 1 year ago

Required for codepipeline support so for example typing awss pipeline Test (keyword) or awss pipelines/Test (URL substring) in the omnibox should go to URL https://ap-southeast-2.console.aws.amazon.com/codesuite/codepipeline/pipelines/Test/view?region=ap-southeast-2. Assuming that ap-southeast-2 was the selected region.

upsatish commented 1 year ago