Skip to content

Commit

Permalink
Adding bedrock support
Browse files Browse the repository at this point in the history
  • Loading branch information
thepalbi committed Nov 16, 2023
1 parent ce3e43d commit c4c7146
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -832,4 +832,8 @@ var SupportedServices = serviceConfigs{
regexp.MustCompile(":pipeline/(?P<PipelineName>[^/]+)"),
},
},
{
Namespace: "AWS/Bedrock",
Alias: "bedrock",
},
}

0 comments on commit c4c7146

Please sign in to comment.