@clef-sh/pack-aws-parameter-store
v0.1.10
Published
AWS SSM Parameter Store pack backend for Clef
Maintainers
Readme
@clef-sh/pack-aws-parameter-store
AWS SSM Parameter Store pack backend for Clef.
Writes one SecureString parameter per key under a user-supplied prefix. Auth uses the AWS SDK default credential chain.
Install
npm install --save-dev @clef-sh/pack-aws-parameter-storeUse
AWS_REGION=us-east-1 \
npx clef pack api-gateway production \
--backend aws-parameter-store \
--backend-opt prefix=/myapp/productionSee the full documentation for all options, IAM requirements, and limits.
License
MIT
