@weco/ts-aws
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @weco/ts-aws

Weekly Downloads

378

Version

1.0.1

License

MIT

Unpacked Size

11.2 kB

Total Files

18

Last publish

Collaborators

  • wellcomecollection-digital