1.0.2 • Published 11 months ago
@weco/ts-aws v1.0.2
@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-awsExample 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.2
11 months ago
1.0.1
4 years ago
1.0.0
4 years ago
0.1.0
4 years ago
0.0.15
4 years ago
0.0.13
5 years ago
0.0.14
5 years ago
0.0.12
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago