Skip to content

Commit 21f9b1f

Browse files
committed
Remove typo from OpenSearchResources
1 parent 830d7b7 commit 21f9b1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cdk/resources/OpenSearchResources.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export class OpenSearchResources extends Construct {
1515

1616
// OpenSearch Serverless collection with vector search capabilities
1717
this.collection = new OpenSearchCollection(this, "OsCollection", {
18-
0
1918
collectionName: "eps-assist-vector-pr",
2019
principals: [
2120
props.bedrockExecutionRole.roleArn, // Bedrock Knowledge Base access

0 commit comments

Comments
 (0)