Skip to content

Commit b165600

Browse files
authored
Service flag support for AWS Organizations (#800)
* feat: add AWS Organizations as service * chore: remove commit to main * feat: add AWS Organizations as service
1 parent eeccfba commit b165600

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/console/service_map.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ var ServiceMap = map[string]string{
4545
"l": "lambda",
4646
"lambda": "lambda",
4747
"mwaa": "mwaa",
48+
"orgs": "organizations/v2",
49+
"organizations": "organizations/v2",
4850
"param": "systems-manager/parameters",
4951
"r53": "route53/v2",
5052
"ram": "ram",

0 commit comments

Comments
 (0)