Skip to content

Commit

Permalink
docs: fix KnowledgeBaseDataSource URL to use bedrock-agent-runtime (#…
Browse files Browse the repository at this point in the history
…8141)

* fix: update KnowledgeBaseDataSource URL to use bedrock-agent-runtime
  • Loading branch information
suekou authored Feb 5, 2025
1 parent 9b77d27 commit dd83f6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const backend = defineBackend({
const KnowledgeBaseDataSource =
backend.data.resources.graphqlApi.addHttpDataSource(
"KnowledgeBaseDataSource",
`https://bedrock-runtime.${cdk.Stack.of(backend.data).region}.amazonaws.com`,
`https://bedrock-agent-runtime.${cdk.Stack.of(backend.data).region}.amazonaws.com`,
{
authorizationConfig: {
signingRegion: cdk.Stack.of(backend.data).region,
Expand Down

0 comments on commit dd83f6a

Please sign in to comment.