Skip to content

Commit

Permalink
Adds event bridge service map (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyDunlap authored Mar 1, 2024
1 parent 81699f9 commit 794a48e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkg/console/service_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package console
// e.g. passing in `-s ec2` will open the console at the ec2/v2 URL.
var ServiceMap = map[string]string{
"": "console",
"acm": "acm",
"acm": "acm",
"aos": "aos",
"athena": "athena",
"appsync": "appsync",
Expand All @@ -18,8 +18,8 @@ var ServiceMap = map[string]string{
"codepipeline": "codepipeline",
"codedeploy": "codedeploy",
"codesuite": "codesuite",
"codeartifact": "codesuite/codeartifact",
"codecommit": "codesuite/codecommit",
"codeartifact": "codesuite/codeartifact",
"codecommit": "codesuite/codecommit",
"config": "config",
"ct": "cloudtrail",
"cw": "cloudwatch",
Expand All @@ -33,6 +33,8 @@ var ServiceMap = map[string]string{
"ecr": "ecr",
"ecs": "ecs",
"eks": "eks",
"events": "events",
"eventbridge": "events",
"gd": "guardduty",
"grafana": "grafana",
"iam": "iamv2",
Expand Down

0 comments on commit 794a48e

Please sign in to comment.