We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136cf99 commit fe3e932Copy full SHA for fe3e932
src/api/providers/bedrock.ts
@@ -30,7 +30,7 @@ import { logger } from "../../utils/logging"
30
function validateBedrockArn(arn: string, region?: string) {
31
// Validate ARN format
32
const arnRegex =
33
- /^arn:aws:bedrock:([^:]+):(\d+):(foundation-model|provisioned-model|default-prompt-router|prompt-router|application-inference-profile)\/(.+)$/
+ /^arn:aws:bedrock:([^:]+):(\d+):(foundation-model|provisioned-model|default-prompt-router|prompt-router|inference-profile|application-inference-profile)\/(.+)$/
34
const match = arn.match(arnRegex)
35
36
if (!match) {
0 commit comments