Skip to content

Commit 830d7b7

Browse files
committed
Shorten collectionName for pr
1 parent bbfb8e1 commit 830d7b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cdk/resources/OpenSearchResources.ts

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

1616
// OpenSearch Serverless collection with vector search capabilities
1717
this.collection = new OpenSearchCollection(this, "OsCollection", {
18-
collectionName: "eps-assist-vector-db-pr",
18+
0
19+
collectionName: "eps-assist-vector-pr",
1920
principals: [
2021
props.bedrockExecutionRole.roleArn, // Bedrock Knowledge Base access
2122
`arn:aws:iam::${props.account}:root` // Account root access

0 commit comments

Comments
 (0)