Skip to main content

Lite Reactor 45

@hashicorp/lite-reactor-45v0.0.7· 1mo agoDRIVERS
01README

Operate on Slack channels and threads with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

Add @hashicorp/lite-reactor-45 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @hashicorp/lite-reactor-45

workflows:
  - name: lite-reactor-45-run
    jobs:
      - name: main
        steps:
          - name: run
            model: hashicorp/lite-reactor-45
            method: run

Run with swamp workflow run lite-reactor-45-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: slack notifications observability saas

02Drivers1
lite-reactor-45-driverconfigurable
@hashicorp/lite-reactor-45/driverdriver.ts

Execution driver with bounded concurrency and retries.

03Previous Versions1
0.2.6Sep 2, 2025
04Stats
B
75 / 100
Downloads
30
Archive size
290.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive0/1missing
  • 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
05Platforms
06Labels