Skip to content

Commit

Permalink
removed unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
dinsajwa committed Feb 12, 2025
1 parent 6f52fad commit 01e9249
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions text/0686-bedrock-l2-construct.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ include Amazon S3 buckets, Web Crawlers, SharePoint sites, Salesforce instances,
`kb.addSalesforceDataSource(..)`.

```ts
const app = new cdk.App();
const stack = new cdk.Stack(app, 'aws-cdk-bedrock-data-sources-integ-test');

const kb = new KnowledgeBase(stack, 'MyKnowledgeBase', {
name: 'MyKnowledgeBase',
Expand Down

0 comments on commit 01e9249

Please sign in to comment.