-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vpc endpoint subnets should be in different availability zones
- Loading branch information
1 parent
a8c6709
commit a27839b
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a27839b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
I am trying to launch AI chatbot but am getting errors when running build with the updated code. I was able to create AI chatbot with the old code with no errors yesterday.
======================================================
tempsol:~/environment/aws-genai-llm-chatbot (main) $ npm install && npm run build
npm WARN deprecated @aws-sdk/signature-v4@3.374.0: This package has moved to @smithy/signature-v4
npm WARN deprecated @aws-sdk/protocol-http@3.374.0: This package has moved to @smithy/protocol-http
added 321 packages, and audited 356 packages in 15s
45 packages are looking for funding
run
npm fund
for detailsfound 0 vulnerabilities
lib/rag-engines/opensearch-vector/index.ts:50:10 - error TS2339: Property 'filter' does not exist on type 'Vpc'.
50 .filter((obj) => {
~~~~~~
lib/rag-engines/opensearch-vector/index.ts:50:18 - error TS7006: Parameter 'obj' implicitly has an 'any' type.
50 .filter((obj) => {
~~~
lib/rag-engines/opensearch-vector/index.ts:58:30 - error TS7006: Parameter 'subnet' implicitly has an 'any' type.
58 .privateSubnets.map((subnet) => subnet.subnetId),
~~~~~~
Found 3 errors in the same file, starting at: lib/rag-engines/opensearch-vector/index.ts:50
Is there any configuration set up changes needed to accomodate the new code changes ?
Thanks,
Raj K