We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e337f commit 3259e4cCopy full SHA for 3259e4c
packages/cdk/resources/OpenSearchResources.ts
@@ -15,7 +15,7 @@ export class OpenSearchResources extends Construct {
15
16
// OpenSearch Serverless collection with vector search capabilities
17
this.collection = new OpenSearchCollection(this, "OsCollection", {
18
- collectionName: "eps-assist-vector-db",
+ collectionName: "eps-assist-vector-db-foo",
19
principals: [
20
props.bedrockExecutionRole.roleArn, // Bedrock Knowledge Base access
21
`arn:aws:iam::${props.account}:root` // Account root access
0 commit comments