Skip to content

Commit 226b890

Browse files
committed
smaller collection name
1 parent 3259e4c commit 226b890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk/resources/OpenSearchResources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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-foo",
18+
collectionName: "epsasm-vector-db-foo",
1919
principals: [
2020
props.bedrockExecutionRole.roleArn, // Bedrock Knowledge Base access
2121
`arn:aws:iam::${props.account}:root` // Account root access

0 commit comments

Comments
 (0)