aws-samples/aws-genai-conversational-rag-reference

[BUG] fails in deploy Pipeline Stack

sociengineer opened this issue · 1 comments

Describe the bug

There's an exec command typo in deploying Pipeline stack.
"deploy:pipeline",
"pnpm exec cdk deploy --app cdk-out --require-approval never PipelineStack"
);

Expected Behavior

Successfully deploy Pipeline Stack.

Current Behavior

Failed at executing the above command

Reproduction Steps

pnpm run deploy:pipeline

Possible Solution

"pnpm exec cdk deploy --app cdk.out --require-approval never PipelineStack"

Additional Information/Context

No response

Environment details (OS name and version, etc.)

pnpm: 8.9.2 node: v18.18.0 python: Python 3.11.5 poetry: Poetry (version 1.6.1) docker: Docker version 24.0.6, build ed223bc java: openjdk 17.0.8.1 2023-08-22 LTS OpenJDK Runtime Environment Corretto-17.0.8.8.1 (build 17.0.8.1+8-LTS) OpenJDK 64-Bit Server VM Corretto-17.0.8.8.1 (build 17.0.8.1+8-LTS, mixed mode, sharing) aws: aws-cli/2.13.21 Python/3.11.5 Darwin/22.6.0 exe/x86_64 prompt/off

Fixed by #64