Skip to main content

Lite Lattice 108

@sentry/lite-lattice-108v1.6.7· MIT· 22d agoDRIVERS
01README

Compose GitHub issues and pull requests reports from a single YAML source. Includes diff-vs-previous and breaking-change detection.

Quick start

Add @sentry/lite-lattice-108 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @sentry/lite-lattice-108

workflows:
  - name: lite-lattice-108-run
    jobs:
      - name: main
        steps:
          - name: run
            model: sentry/lite-lattice-108
            method: run

Run with swamp workflow run lite-lattice-108-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: github release diff terraform

02Drivers1
lite-lattice-108-driver
@sentry/lite-lattice-108/driverdriver.ts

Execution driver with bounded concurrency and retries.

03Stats
A
100 / 100
Downloads
30
Archive size
343.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 repository2/2earned
04Platforms
05Labels