File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export class VectorIndex extends Construct {
7171 }
7272 } )
7373
74- const collectionArn = `arn:aws:aoss:: :collection/${ props . collection . name } `
74+ const collectionArn = `arn:aws:aoss:${ props . region } : ${ props . account } :collection/${ props . collection . name } `
7575 // eslint-disable-next-line max-len
7676 // const indexArn = `arn:aws:aoss:${props.region}:${props.account}:index/${props.collection.name}/${props.indexName}`
7777
@@ -97,7 +97,7 @@ export class VectorIndex extends Construct {
9797 ]
9898 } )
9999
100- const waiterFn = new LambdaFunction ( this , "SlackBotLambda " , {
100+ const waiterFn = new LambdaFunction ( this , "waiterLambda " , {
101101 stackName : props . stackName ,
102102 functionName : `${ props . stackName } -VectorIndexWaiter` ,
103103 packageBasePath : "packages/indexWaiter" ,
You can’t perform that action at this time.
0 commit comments