Skip to content

Commit

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

* chore: remove commit to main

* feat: add support for AWS Backup as service flag value
  • Loading branch information
castodius authored Nov 27, 2024
1 parent 8547465 commit e047104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/console/service_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var ServiceMap = map[string]string{
"apigw": "apigateway",
"appsync": "appsync",
"athena": "athena",
"backup": "backup",
"bedrock": "bedrock",
"c9": "cloud9",
"ce": "cost-management",
Expand Down

0 comments on commit e047104

Please sign in to comment.