Skip to main content

Auto Harvest 13

@aws/auto-harvest-13v0.3.9· MIT· 1mo agoVAULTS·DATASTORES
01README

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

Quick start

Add @aws/auto-harvest-13 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @aws/auto-harvest-13

workflows:
  - name: auto-harvest-13-run
    jobs:
      - name: main
        steps:
          - name: run
            model: aws/auto-harvest-13
            method: run

Run with swamp workflow run auto-harvest-13-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Vault provider — encrypted secret storage with audit trail and cross-region replication.
  • Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.

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

02Vaults1
auto-harvest-13-vaultconfigurable
@aws/auto-harvest-13/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
03Datastores1
auto-harvest-13-storeconfigurable
@aws/auto-harvest-13/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
04Stats
B
83 / 100
Downloads
30
Archive size
190.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • 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 repository2/2earned
05Platforms
06Labels