Skip to content

Commit

Permalink
feat: sort service map and add aws bedrock as a recognized service. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
felipewnp authored Oct 21, 2024
1 parent 5b37df1 commit 4c2fac9
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions pkg/console/service_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,39 @@ package console
var ServiceMap = map[string]string{
"": "console",
"acm": "acm",
"aos": "aos",
"apigateway": "apigateway",
"apigw": "apigateway",
"aos": "aos",
"athena": "athena",
"appsync": "appsync",
"athena": "athena",
"bedrock": "bedrock",
"c9": "cloud9",
"ce": "cost-management",
"cf": "cloudfront",
"cfn": "cloudformation",
"cloudformation": "cloudformation",
"cloudmap": "cloudmap",
"cloudwatch": "cloudwatch",
"codepipeline": "codepipeline",
"codedeploy": "codedeploy",
"codesuite": "codesuite",
"codeartifact": "codesuite/codeartifact",
"codecommit": "codesuite/codecommit",
"codedeploy": "codedeploy",
"codepipeline": "codepipeline",
"codesuite": "codesuite",
"config": "config",
"ct": "cloudtrail",
"cw": "cloudwatch",
"ddb": "dynamodbv2",
"dynamodb": "dynamodbv2",
"dms": "dms/v2",
"dx": "directconnect/v2",
"dynamodb": "dynamodbv2",
"eb": "elasticbeanstalk",
"ebs": "elasticbeanstalk",
"ec2": "ec2/v2",
"ecr": "ecr",
"ecs": "ecs",
"eks": "eks",
"events": "events",
"eventbridge": "events",
"events": "events",
"gd": "guardduty",
"grafana": "grafana",
"iam": "iamv2",
Expand All @@ -52,20 +53,20 @@ var ServiceMap = map[string]string{
"route53": "route53/v2",
"s3": "s3",
"sagemaker": "sagemaker",
"secretsmanager": "secretsmanager",
"sm": "secretsmanager",
"scrh": "securityhub",
"scrm": "secretsmanager",
"secretsmanager": "secretsmanager",
"securityhub": "securityhub",
"sfn": "states",
"scrh": "securityhub",
"ses": "ses",
"stepfn": "states",
"ssm": "systems-manager",
"sfn": "states",
"sm": "secretsmanager",
"sns": "sns",
"states": "states",
"ssm": "systems-manager",
"sso": "singlesignon",
"trustedadvisor": "trustedadvisor",
"states": "states",
"stepfn": "states",
"tra": "trustedadvisor",
"trustedadvisor": "trustedadvisor",
"vpc": "vpc",
"waf": "wafv2",
"wafv2": "wafv2/homev2",
Expand Down

0 comments on commit 4c2fac9

Please sign in to comment.