Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sm-query

lime9web3ISC1.0.0

Queries AWS Secrets Manager for a secret

readme

aws-sm-query

Queries AWS Secrets Manager for a secret, and returns either the full secret or a key within it.

you can specify the property as second argument, or access it after it's retrieved:

await sm.query('ServiceAccount_json',"service_account")
await sm.query('heroco_service_account')).client_email