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 9b77d27 commit dd83f6aCopy full SHA for dd83f6a
src/pages/[platform]/ai/conversation/knowledge-base/index.mdx
@@ -125,7 +125,7 @@ const backend = defineBackend({
125
const KnowledgeBaseDataSource =
126
backend.data.resources.graphqlApi.addHttpDataSource(
127
"KnowledgeBaseDataSource",
128
- `https://bedrock-runtime.${cdk.Stack.of(backend.data).region}.amazonaws.com`,
+ `https://bedrock-agent-runtime.${cdk.Stack.of(backend.data).region}.amazonaws.com`,
129
{
130
authorizationConfig: {
131
signingRegion: cdk.Stack.of(backend.data).region,
0 commit comments