Skip to main content

Lite Ledger 54

@slack/lite-ledger-54v2.0.2· BSD-3-Clause· 27d agoVAULTS·DRIVERS
01README

Operate on secrets and credentials with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

Add @slack/lite-ledger-54 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @slack/lite-ledger-54

workflows:
  - name: lite-ledger-54-run
    jobs:
      - name: main
        steps:
          - name: run
            model: slack/lite-ledger-54
            method: run

Run with swamp workflow run lite-ledger-54-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.
  • Vault provider — encrypted secret storage with audit trail and cross-region replication.

Configuration

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

Labels: secrets enterprise security

02Vaults1
lite-ledger-54-vaultconfigurable
@slack/lite-ledger-54/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
03Drivers1
lite-ledger-54-driver
@slack/lite-ledger-54/driverdriver.ts

Execution driver with bounded concurrency and retries.

04Previous Versions2
0.1.7Oct 20, 2025

Added 1 drivers

0.3.7Aug 7, 2025
05Stats
B
83 / 100
Downloads
30
Archive size
362.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