HN user

zsimjee

6 karma

Building dev tools to make AI reliable and safe. Current CTO at guardrailsai.com and snowglobe.so. ex-AWS. I like bikes and trains.

Posts3
Comments12
View on HN

Hi! Sorry it took a bit, had to redact some information off the screenshots. The dashboards can be assembled out of components that show specific information, so there's no singular dashboard. Instead, you can use the components to make a screen that has a bunch of information that's relevant to your everyday workflow.

We do have some sample dashboards here, what we think would be useful for AWS Account level settings, ECS services, SQS queues, and general markdown to describe a runbook or - https://github.com/tinystacks/opsconsole/tree/main/samples. I'm also pushing up images for each sample.

I recommend taking a look at the ECS sample because that gives a taste of how far these dashboards can go. https://github.com/tinystacks/opsconsole/blob/main/samples/e...

Yeah, so this package itself is the core framework that establishes how these tests are to be run. There is a notion of plug-ins, which are parsers and checks. Parsers take cdk or terraform code and break their synthesized/planned output out into a common structure. Then checks run over that structure and pull data in from elsewhere and run actual validations. You can read more in the developing plugins doc on the repo https://github.com/tinystacks/precloud/blob/main/DEVELOPING_....

The default plugins present are the 6 mentioned here https://github.com/tinystacks/precloud/blob/main/PLUGINS.md. They’re all published on npm and github