Skip to content

A set of TypeScript helpers for interacting with Wellcome Collection's AWS infrastructure

License

Notifications You must be signed in to change notification settings

wellcomecollection/ts-aws

Repository files navigation

@weco/ts-aws

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.

Installation

yarn add @weco/ts-aws

Example Usage

import { getCreds } from "@weco/ts-aws"

async function run() {
  const creds = getCreds("platform")
  const client = new SecretsManager(creds);
  // ...
}

run()

Publishing

When a merge makes it to main, and the version in the package.json has been changed, a publish will be automatically triggered.

About

A set of TypeScript helpers for interacting with Wellcome Collection's AWS infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published