Skip to content

Commit 21286db

Browse files
authored
Adding cloudfront, elasticache and sqs to service list. (#877)
1 parent b387622 commit 21286db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkg/console/service_map.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ var ServiceMap = map[string]string{
1818
"cf": "cloudfront",
1919
"cfn": "cloudformation",
2020
"cloudformation": "cloudformation",
21+
"cloudfront": "cloudfront",
2122
"cloudmap": "cloudmap",
2223
"cloudwatch": "cloudwatch",
2324
"codeartifact": "codesuite/codeartifact",
@@ -39,6 +40,7 @@ var ServiceMap = map[string]string{
3940
"ecr": "ecr",
4041
"ecs": "ecs",
4142
"eks": "eks",
43+
"elasticache": "elasticache",
4244
"eventbridge": "events",
4345
"events": "events",
4446
"gd": "guardduty",
@@ -48,8 +50,8 @@ var ServiceMap = map[string]string{
4850
"l": "lambda",
4951
"lambda": "lambda",
5052
"mwaa": "mwaa",
51-
"orgs": "organizations/v2",
5253
"organizations": "organizations/v2",
54+
"orgs": "organizations/v2",
5355
"param": "systems-manager/parameters",
5456
"r53": "route53/v2",
5557
"ram": "ram",
@@ -66,6 +68,7 @@ var ServiceMap = map[string]string{
6668
"sfn": "states",
6769
"sm": "secretsmanager",
6870
"sns": "sns",
71+
"sqs": "sqs",
6972
"ssm": "systems-manager",
7073
"sso": "singlesignon",
7174
"states": "states",

0 commit comments

Comments
 (0)