1.0.1 • Published 2 years ago

@weco/ts-aws v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago

0.0.15

2 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago