2.1.5 • Published 8 months ago

@purista/aws-config-store v2.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

@purista/aws-config-store

A config store for using AWS System Manager as storage.

const config = {
  region: 'us-east-1'
}

const store = new AWSConfigStore(config)

await store.setConfig('myConfig', 'value')

let value = await store.getConfig('myConfig')
console.log(value) // outputs: { myConfig: 'value' }

await store.removeConfig('myConfig')

value = await store.getConfig('myConfig')
console.log(value) // outputs: undefined

Visit purista.dev

Follow on Twitter @purista_js
Join the Discord Chat

2.1.2

9 months ago

2.0.3

10 months ago

2.1.1

9 months ago

2.1.4

9 months ago

2.0.5

10 months ago

2.1.3

9 months ago

2.0.4

10 months ago

2.1.5

8 months ago

2.0.6

10 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.11.0

2 years ago

1.10.8

2 years ago

1.10.7

2 years ago

1.10.5

2 years ago

1.10.4

2 years ago

1.10.3

2 years ago

1.10.2

2 years ago

1.10.6

2 years ago

1.10.1

2 years ago

1.10.0

2 years ago