Skip to main content

Auto Lattice 21

@aws/auto-lattice-21v1.0.8· Apache-2.0· 1mo agoMODELS·REPORTS
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: diff

Run 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

02Models2
@aws/auto-lattice-21/compassv0.1.0compass.ts
fn diff(dryRun: boolean, filter: record)
Diff the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
filterrecordKey-value filter expression
fn get(force: boolean, tags: array, id?: string)
Get the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
tagsarrayList of tags to apply
id?stringResource identifier
fn update(force: boolean, filter?: record)
Update the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
filter?recordKey-value filter expression
fn delete(id: string, dryRun: boolean, tags: array)
Delete the resource.
ArgumentTypeDescription
idstringResource identifier
dryRunbooleanCompute changes without applying them
tagsarrayList of tags to apply
@aws/auto-lattice-21/compassv0.1.0compass.ts
fn list(id: string, force: boolean)
List the resource.
ArgumentTypeDescription
idstringResource identifier
forcebooleanSkip confirmation and apply immediately
fn delete(id: string)
Delete the resource.
ArgumentTypeDescription
idstringResource identifier
03Reports1
auto-lattice-21-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
04Previous Versions3
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
06Platforms
07Labels