Skip to content

Commit e047104

Browse files
authored
Service flag support for AWS Backup (#804)
* feat: add AWS Organizations as service * chore: remove commit to main * feat: add support for AWS Backup as service flag value
1 parent 8547465 commit e047104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/console/service_map.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ var ServiceMap = map[string]string{
1010
"apigw": "apigateway",
1111
"appsync": "appsync",
1212
"athena": "athena",
13+
"backup": "backup",
1314
"bedrock": "bedrock",
1415
"c9": "cloud9",
1516
"ce": "cost-management",

0 commit comments

Comments
 (0)