From 8f4fea691a86db5ea3c4dff3307172d5e35ee262 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Tue, 7 Apr 2026 20:23:37 +0000 Subject: [PATCH 1/2] fix(cli): increase fish pipe length in animation Signed-off-by: Joshua Li --- aws/cli-installer/src/ui.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/cli-installer/src/ui.mjs b/aws/cli-installer/src/ui.mjs index e961f4a5..dfcb9ffb 100644 --- a/aws/cli-installer/src/ui.mjs +++ b/aws/cli-installer/src/ui.mjs @@ -519,7 +519,7 @@ function buildOwlFrame(frameIdx, statusText) { // Fish swimming back and forth through the pipeline const FISH_RIGHT = '><(((º>'; const FISH_LEFT = '<º)))><'; -const PIPE_WIDTH = 36; +const PIPE_WIDTH = 80; function buildPipelineFrame(pos, goingRight, caption, statusText) { const fish = goingRight ? FISH_RIGHT : FISH_LEFT; From 4ea778f9e27503acda7d84a407df21bf758251a4 Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Tue, 7 Apr 2026 21:09:15 +0000 Subject: [PATCH 2/2] add cli demo video Signed-off-by: Joshua Li --- .../src/content/docs/deploy/{aws.md => aws.mdx} | 6 ++++++ 1 file changed, 6 insertions(+) rename docs/starlight-docs/src/content/docs/deploy/{aws.md => aws.mdx} (92%) diff --git a/docs/starlight-docs/src/content/docs/deploy/aws.md b/docs/starlight-docs/src/content/docs/deploy/aws.mdx similarity index 92% rename from docs/starlight-docs/src/content/docs/deploy/aws.md rename to docs/starlight-docs/src/content/docs/deploy/aws.mdx index b87dc251..8749631c 100644 --- a/docs/starlight-docs/src/content/docs/deploy/aws.md +++ b/docs/starlight-docs/src/content/docs/deploy/aws.mdx @@ -21,6 +21,12 @@ bash -c "$(curl -fsSL https://raw.githubusercontent.com/opensearch-project/obser Takes ~15 minutes. See [aws/cli-installer/README.md](https://github.com/opensearch-project/observability-stack/tree/main/aws/cli-installer) for full options. +#### Demo + +Some loading time is cut from the video. + + + ### CDK Infrastructure as code using AWS CDK. Deploys two stacks — one for the OpenSearch domain and Prometheus workspace (~17 min), one for the OSIS pipeline, dashboards, and optional demo workload (~6 min).