01README
Sync state of spend across AWS, GCP, and Azure against a desired-state YAML. Diffs are previewed before any mutation.
Quick start
Add @aws/auto-lattice-21 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @aws/auto-lattice-21
workflows:
- name: auto-lattice-21-run
jobs:
- name: main
steps:
- name: diff
model: aws/auto-lattice-21
method: diffRun with swamp workflow run auto-lattice-21-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
- Reports — markdown roll-ups grouped by label and breaking-change flag.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: multicloud infra dns homelab
02Models
@aws/auto-lattice-21/compassv0.1.0compass.ts
fn diff(dryRun: boolean, filter: record)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| filter | record | Key-value filter expression |
fn get(force: boolean, tags: array, id?: string)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| tags | array | List of tags to apply |
| id? | string | Resource identifier |
fn update(force: boolean, filter?: record)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| filter? | record | Key-value filter expression |
fn delete(id: string, dryRun: boolean, tags: array)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| dryRun | boolean | Compute changes without applying them |
| tags | array | List of tags to apply |
@aws/auto-lattice-21/compassv0.1.0compass.ts
fn list(id: string, force: boolean)
List the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| force | boolean | Skip confirmation and apply immediately |
fn delete(id: string)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
03Reports
auto-lattice-21-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Previous Versions
1.1.6Oct 6, 2025
0.2.8Aug 17, 2025
0.5.5Feb 25, 2025
05Stats
B
83 / 100
Downloads
9
Archive size
122.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository0/2missing
Repository
https://github.com/aws/auto-lattice-2106Platforms
07Labels