Skip to content

Commit 9dd6a7e

Browse files
authored
Documentation update, JS, Update index.mdx with missing import (#8209)
Added the missing import `import * as cdk from 'aws-cdk-lib';` to the page.
1 parent 1b54cf6 commit 9dd6a7e

File tree

1 file changed

+1
-0
lines changed
  • src/pages/[platform]/ai/conversation/knowledge-base

1 file changed

+1
-0
lines changed

src/pages/[platform]/ai/conversation/knowledge-base/index.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ import { defineBackend } from '@aws-amplify/backend';
115115
import { auth } from './auth/resource';
116116
import { data } from './data/resource';
117117
import { PolicyStatement } from 'aws-cdk-lib/aws-iam';
118+
import * as cdk from 'aws-cdk-lib';
118119

119120
const backend = defineBackend({
120121
auth,

0 commit comments

Comments
 (0)