Skip to content

Commit fc8ef58

Browse files
committed
Restore initial COLLECTION_NAME
1 parent e17b323 commit fc8ef58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk/stacks/EpsAssistMeStack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export class EpsAssistMeStack extends Stack {
213213

214214
//Define OpenSearchServerless Collection & depends on policies
215215
const osCollection = new ops.CfnCollection(this, "osCollection", {
216-
name: `${COLLECTION_NAME}-${props.version}`,
216+
name: COLLECTION_NAME,
217217
description: "EPS Assist Vector Store",
218218
type: "VECTORSEARCH"
219219
})

0 commit comments

Comments
 (0)