Skip to content

Commit

Permalink
Service flag support for AWS Organizations (#800)
Browse files Browse the repository at this point in the history
* feat: add AWS Organizations as service

* chore: remove commit to main

* feat: add AWS Organizations as service
  • Loading branch information
castodius authored Nov 12, 2024
1 parent eeccfba commit b165600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/console/service_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ var ServiceMap = map[string]string{
"l": "lambda",
"lambda": "lambda",
"mwaa": "mwaa",
"orgs": "organizations/v2",
"organizations": "organizations/v2",
"param": "systems-manager/parameters",
"r53": "route53/v2",
"ram": "ram",
Expand Down

0 comments on commit b165600

Please sign in to comment.