{"library":"fetch-secret-identifier","type":"library","category":null,"description":"Fetches secrets from AWS Secrets Manager by identifier. Current stable version is 0.1.0. Provides both callback-based `getSecretValue` and Promise-based `getSecretValueAsync` APIs. Lightweight wrapper around the AWS SDK with minimal abstraction. Configured via environment variables (`AWS_ACCESS_KEY`, `AWS_SECRET_KEY`, `AWS_REGION`, `SM_REMOTE`). Suitable for Node.js projects needing quick secret retrieval without full AWS SDK setup, though lacks advanced features like caching or automatic retries.","language":"javascript","status":"active","version":"0.1.0","tags":["javascript","AWS","Secret Manager","Security"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install fetch-secret-identifier","imports":["const sm = require('fetch-secret-identifier');","const sm = require('fetch-secret-identifier'); sm.getSecretValue('id', callback);","const { getSecretValueAsync } = require('fetch-secret-identifier');"]},{"cmd":"yarn add fetch-secret-identifier","imports":[]},{"cmd":"pnpm add fetch-secret-identifier","imports":[]}],"homepage":"https://github.com/dongtong/fetch-secret-identifier#readme","github":"https://github.com/dongtong/fetch-secret-identifier","docs":null,"changelog":null,"pypi":null,"npm":"fetch-secret-identifier","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}