A set of ts-node TypeScript helpers for interacting with Wellcome Collection's AWS infrastructure
These aren't meant to be more generically useful outside of Wellcome Collection.
yarn add @weco/ts-aws
import { getCreds } from "@weco/ts-aws"
async function run() {
const creds = getCreds("platform")
const client = new SecretsManager(creds);
// ...
}
run()
When a merge makes it to main
, and the version in the package.json
has been changed, a publish will be automatically triggered.