1.0.2 • Published 3 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-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.2
3 months ago
1.0.1
3 years ago
1.0.0
3 years ago
0.1.0
4 years ago
0.0.15
4 years ago
0.0.13
4 years ago
0.0.14
4 years ago
0.0.12
4 years ago
0.0.11
4 years ago
0.0.10
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago