Packages · @purista/aws-config-store

@purista/aws-config-store

AWS Systems Manager Parameter Store adapter for PURISTA config values.

Signature

@purista/aws-config-store.ts typescript
@purista/aws-config-store

Examples

example-1.ts typescript
const store = new AWSConfigStore({
  client: { region: 'eu-central-1' },
  cacheTtl: 60_000,
})

await store.setConfig('/tenants/acme/prod/app/theme', 'dark')
const config = await store.getConfig('/tenants/acme/prod/app/theme')

Classes

1 entry

AWSConfigStore

Classes

Source
AWSConfigStore.ts typescript
class AWSConfigStore

Config store backed by AWS Systems Manager Parameter Store.

Type Aliases

1 entry

AWSConfigStoreConfig

Types

Source
AWSConfigStoreConfig.ts typescript
type AWSConfigStoreConfig = void

AWS Systems Manager Parameter Store configuration.

Variables

1 entry

puristaVersion

Variables

Source
puristaVersion.ts typescript
const puristaVersion: "3.0.1"

The PURISTA package version embedded in the published runtime build.