Describe your infrastructure and watch the diagram update immediately.
Never worry about re-arranging or moving things pixel-by-pixel. Everything will be rendered perfectly every time.
{ ... "Resources": { ... "ImageServiceLambda": { "DisplayName": "Lambda Function", "Icon": "AWS.LambdaFunction", "Metadata": { "Repository": { "Value": "https://github.com/acme/image-service", "Icon": "Github" } } } }, "Groups": { "Api": { "DisplayName": "GraphQL API", "Children": [ "ApiGateway", "ApiServices" ] }, "ApiServices": { "DisplayName": "Services", "Orientation": "Horizontal", "Children": [ "UserService", "BillingService", "ImageService" ] } ... } ... }
See your infrastructure layed out according to your mental model.
At a glance, determine what actually makes up each part, large and small.
Let your team find what they're looking for, quickly and easily.
Gain the confidence to make changes.
Quickly and easily inspect which resources are communicating.
Find all of the details about every interaction when you need it.
Data sequences can be composed together. Describe individual workflows and how they connect together. No repetition and an incredibly powerful resource enabling your team to empower themselves.