Skip to main content

5 docs tagged with "infra"

View all tags

Bring up the local stack (+ optionally exercise a change)

Bring the local BeWith stack up and confirm it is healthy — sandbox infra (Mongo/MySQL/Redis/LocalStack) plus the NestJS services (headless "Debug-Watch All Services") — then optionally exercise a change end-to-end. Idempotent; the hands-on counterpart to /verify.

obs-logs

Search and analyze production logs via Grafana (Loki + CloudWatch). Use to check logs, investigate a production error, analyze volume/patterns, or debug from logs. Called by observability + identify-bug.

Provisioning a queue or env var across BeWith environments

Provision an SQS queue, a DLQ, or a shared env var across every BeWith environment - seven places, not two. Covers Kubernetes-deployments and IAC-Terraform, per-environment verification, and the mistakes that leave a queue working in one env only.

Sentinel triage

Triage a production/staging signal for BeWith — verify, locate, classify, recommend; returns one JSON verdict. Read-only. Triggers on /sentinel-check, "triage this error", "is this a real bug", or investigating a prod/staging signal.

watch-deploy

After a merge, watch the deployment to its target environment and the observability stack for a defined window before the task closes. Confirms the deploy succeeded and telemetry is clean (vendor-neutral); on a regression it flags an incident instead of closing the task.