@clef-sh/pack-aws-secrets-manager
v0.1.10
Published
AWS Secrets Manager pack backend for Clef
Maintainers
Readme
@clef-sh/pack-aws-secrets-manager
AWS Secrets Manager pack backend for Clef.
Two emission modes:
- JSON mode (default) — all keys for a cell bundled into one ASM secret as a JSON object. Canonical ASM idiom; cheaper at scale.
- Single mode — one ASM secret per key. Use when per-key IAM matters.
Auth uses the AWS SDK default credential chain (env vars, SSO, IRSA, profile, IMDS).
Install
npm install --save-dev @clef-sh/pack-aws-secrets-managerUse
AWS_REGION=us-east-1 \
npx clef pack api-gateway production \
--backend aws-secrets-manager \
--backend-opt prefix=myapp/productionSee the full documentation for both modes, all options, IAM requirements, and limits.
License
MIT
