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: runRun 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
02Vaults
lite-ledger-54-vaultconfigurable
@slack/lite-ledger-54/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
03Drivers
lite-ledger-54-driver
@slack/lite-ledger-54/driverdriver.ts
Execution driver with bounded concurrency and retries.
04Previous Versions
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
Repository
https://github.com/slack/lite-ledger-5406Platforms
07Labels